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.
--
Ticket URL: <https://code.djangoproject.com/ticket/26637>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* has_patch: 0 => 1
* needs_tests: => 0
* needs_docs: => 0
Comment:
Filed https://github.com/django/django/pull/6625.
--
Ticket URL: <https://code.djangoproject.com/ticket/26637#comment:1>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"2e1d44e46d1ea3d8c9fdc5c323a127f51006f6c3" 2e1d44e]:
{{{
#!CommitTicketReference repository=""
revision="2e1d44e46d1ea3d8c9fdc5c323a127f51006f6c3"
Fixed #26637 -- Removed obsolete note in docs/internals/contributing
/writing-documentation.txt
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26637#comment:2>
Comment (by Tim Graham <timograham@…>):
In [changeset:"d1c6e063ffa69df6e8408151bd5d78408b81d8f5" d1c6e06]:
{{{
#!CommitTicketReference repository=""
revision="d1c6e063ffa69df6e8408151bd5d78408b81d8f5"
[1.9.x] Fixed #26637 -- Removed obsolete note in
docs/internals/contributing/writing-documentation.txt
Backport of 2e1d44e46d1ea3d8c9fdc5c323a127f51006f6c3 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26637#comment:3>