Skip to content
Snippets Groups Projects
Unverified Commit 6b01fc8e authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[doc][conf] Remove extra-intersphinx handling

The feature is not used in this package.
parent 8cd861a7
No related branches found
No related tags found
1 merge request!90Fix extra links to follow latest format
Pipeline #72869 failed
...@@ -12,7 +12,6 @@ import sphinx_rtd_theme ...@@ -12,7 +12,6 @@ import sphinx_rtd_theme
# For inter-documentation mapping: # For inter-documentation mapping:
from bob.extension.utils import link_documentation from bob.extension.utils import link_documentation
from bob.extension.utils import load_requirements
# -- General configuration ----------------------------------------------------- # -- General configuration -----------------------------------------------------
...@@ -241,12 +240,6 @@ if "BOB_DOCUMENTATION_SERVER" not in os.environ: ...@@ -241,12 +240,6 @@ if "BOB_DOCUMENTATION_SERVER" not in os.environ:
"BOB_DOCUMENTATION_SERVER" "BOB_DOCUMENTATION_SERVER"
] = "https://www.idiap.ch/software/beat/docs/beat/%(name)s/%(version)s/|https://www.idiap.ch/software/beat/docs/beat/%(name)s/master/" ] = "https://www.idiap.ch/software/beat/docs/beat/%(name)s/%(version)s/|https://www.idiap.ch/software/beat/docs/beat/%(name)s/master/"
sphinx_requirements = "extra-intersphinx.txt"
if os.path.exists(sphinx_requirements):
intersphinx_mapping = link_documentation(
additional_packages=["python", "numpy"] + load_requirements(sphinx_requirements)
)
else:
intersphinx_mapping = link_documentation() intersphinx_mapping = link_documentation()
# Adds simplejson, pyzmq links # Adds simplejson, pyzmq links
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment