﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26637	Docs says Sphinx 1.0.2 is required but code says 1.3	Jan Pazdziora	nobody	"The https://docs.djangoproject.com/en/dev/internals/contributing/writing-documentation/ says:

   Note
   Building the Django documentation requires Sphinx 1.0.2 or newer.

When I install python-sphinx-1.2.3-4.fc23.noarch and run ```make html```, I get

   Making output directory...
   Running Sphinx v1.2.3
   Sphinx version error:
   This project needs at least Sphinx v1.3 and therefore cannot be built with this version.

Indeed, docs/conf.py has

   needs_sphinx = '1.3'  # Actually 1.3.4, but micro versions aren't supported here."	Bug	closed	Documentation	dev	Normal	fixed			Unreviewed	1	0	0	0	0	0
