Skip to content

Commit

Permalink
Temporarily disable js
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 1, 2024
1 parent fefd14a commit 2c59cb8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
sys.path.insert(0, basedir)
sys.path.insert(0, basedir + os.sep + 'python')
c_autodoc_roots = [basedir + os.sep + 'c']
js_source_path = basedir + os.sep + 'javascript'

project = 'Euler'
copyright = '2024, Olivia Appleton'
Expand All @@ -31,11 +32,11 @@
'sphinx_c_autodoc',
# 'breathe',
# 'javasphinx',
# 'sphinx-autodoc-typehints',
# 'sphinx-git',
# 'sphinx-pyreverse',
'sphinxcontrib_autojs',
# 'sphinx-csharp',
# 'sphinx_autodoc_typehints',
'sphinx_git',
# 'sphinx_pyreverse',
# 'sphinx_js',
# 'sphinx_csharp',
]

templates_path = ['_templates']
Expand All @@ -46,7 +47,7 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'agogo'
html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']

# -- Options for todo extension ----------------------------------------------
Expand Down

0 comments on commit 2c59cb8

Please sign in to comment.