Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/docs/conf.py: Use absolute module names for sage_docbuild ex…
Browse files Browse the repository at this point in the history
…tensions
  • Loading branch information
Matthias Koeppe committed Feb 21, 2021
1 parent 52778c3 commit b6abe5e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/sage/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,14 @@
import sphinx.ext.intersphinx as intersphinx
from IPython.lib.lexers import IPythonConsoleLexer, IPyLexer

# If your extensions are in another directory, add it here.
sys.path.append(os.path.join(SAGE_SRC, "sage_setup", "docbuild", "ext"))

# General configuration
# ---------------------

# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['inventory_builder',
'multidocs',
'sage_autodoc',
extensions = ['sage_docbuild.ext.inventory_builder',
'sage_docbuild.ext.multidocs',
'sage_docbuild.ext.sage_autodoc',
'sphinx.ext.graphviz',
'sphinx.ext.inheritance_diagram',
'sphinx.ext.todo',
Expand Down

0 comments on commit b6abe5e

Please sign in to comment.