Skip to content

Commit

Permalink
Require later Sphinx
Browse files Browse the repository at this point in the history
Should resolve problems with long lines in code-blocks in PDF output,
and let me override the tocdepth in PDF output.
  • Loading branch information
davidchall committed Jul 26, 2016
1 parent 28605fe commit 95c116e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion parameters/intro/hierarchy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ On most operating systems, the case of the file name matters - MyIncludeFile.txt
# or
includeFile = ../someDirectory/MyIncludeFile.txt

A file inherits all settings from its ``includeFile``s, and can override any of those included settings by setting the same parameter name to a new value.
A file inherits all settings from its ``includeFile`` statements, and can override any of those included settings by setting the same parameter name to a new value.

Type and kind of units has to match type and kind of units for the same parameter name in any ``includeFile``.

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Sphinx>=1.4.2
-e git://github.com/davidchall/topas-pygments.git#egg=topas_pygments

0 comments on commit 95c116e

Please sign in to comment.