Skip to content

Commit

Permalink
rename extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 1, 2024
1 parent c7b7a22 commit fefd14a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
basedir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
sys.path.insert(0, basedir)
sys.path.insert(0, basedir + os.sep + 'python')
c_autodoc_roots = [basedir + os.sep + 'c']

project = 'Euler'
copyright = '2024, Olivia Appleton'
Expand All @@ -27,13 +28,13 @@
'sphinx.ext.inheritance_diagram',
'sphinx.ext.mathjax',
'sphinx.ext.todo',
'sphinx-c-autodoc',
'sphinx_c_autodoc',
# 'breathe',
# 'javasphinx',
# 'sphinx-autodoc-typehints',
# 'sphinx-git',
# 'sphinx-pyreverse',
'sphinxcontrib-autojs',
'sphinxcontrib_autojs',
# 'sphinx-csharp',
]

Expand Down

0 comments on commit fefd14a

Please sign in to comment.