File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 75
75
#
76
76
# This is also used if you do content translation via gettext catalogs.
77
77
# Usually you set "language" from the command line for these cases.
78
- language = None
78
+ language = "en"
79
79
80
80
# List of patterns, relative to source directory, that match files and
81
81
# directories to ignore when looking for source files.
176
176
177
177
# -- Options for intersphinx extension ---------------------------------------
178
178
179
- # Example configuration for intersphinx: refer to the Python standard library.
180
- intersphinx_mapping = {'https://docs.python.org/' : None }
179
+ intersphinx_cache_limit = 14 # cache for 2 weeks
180
+ intersphinx_timeout = 3 # 3 seconds timeout
181
+
182
+ # Refer to the Python standard library.
183
+ intersphinx_mapping = {
184
+ "python" : ("https://docs.python.org/3.10/" , None ),
185
+ }
186
+
187
+ # Intersphinx: Do not try to resolve unresolved labels that aren't explicitly prefixed.
188
+ # https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_disabled_reftypes
189
+ intersphinx_disabled_reftypes = ["*" ]
Original file line number Diff line number Diff line change 2
2
git+https://github.com/davidfischer/python-abp
3
3
4
4
# Needed to build the docs
5
- Sphinx
5
+ Sphinx >= 8.0 , < 9
6
6
sphinx_rtd_theme
You can’t perform that action at this time.
0 commit comments