Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/demo/demo.rst2
-rw-r--r--setup.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/demo/demo.rst b/docs/demo/demo.rst
index 4ccc181..c7a215d 100644
--- a/docs/demo/demo.rst
+++ b/docs/demo/demo.rst
@@ -300,7 +300,7 @@ A reference can be found under `Inline Markup`_, above. `Inline
hyperlink targets`_ are also possible.
Section headers are implicit targets, referred to by name. See
-Targets_, which is a subsection of `Body Elements`_.
+Targets_, which is a subsection of `References`_.
Explicit external targets are interpolated into references such as "Python_".
diff --git a/setup.cfg b/setup.cfg
index 1e58d45..2367c01 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -32,7 +32,7 @@ include_package_data = True
zip_safe = False
packages = sphinx_rtd_theme
install_requires =
- sphinx >=1.6
+ sphinx >=1.6,<6
docutils <0.18
Jinja2 <3.1
tests_require =