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:
authorBenjamin Balder Bach <benjamin@overtag.dk>2022-08-25 01:06:20 +0300
committerGitHub <noreply@github.com>2022-08-25 01:06:20 +0300
commitd0909bc2540b0d83ef1252fdb98c30cde40a75c8 (patch)
tree23b3ecb8466751d1d86a589367f1189a12754229
parente8c0eb1c7280ed6c0cc53ea3d71052cf04403181 (diff)
parente741681526e37bf8069c8864bbee9a5d754bc991 (diff)
Merge branch 'master' into Blendify/fix-1078Blendify/fix-1078
-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 =