Skip to content

Commit

Permalink
Docs, fix missing jquery in the build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobandersen committed Apr 17, 2024
1 parent b221f94 commit c0f3e85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
# -- General configuration ------------------------------------------------
needs_sphinx = '3.5.0'

sys.path.append(os.path.abspath('extensions'))
sys.path.insert(0, os.path.abspath('extensions'))
extensions = [
'sphinx.ext.todo',
'sphinx.ext.mathjax',
'sphinx.ext.githubpages',
'sphinx.ext.intersphinx',
'sphinx_bootstrap_theme',
'sphinxcontrib.jquery',
'ignore_missing_refs',
'sphinx_design',
]
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r requirements_nodoc.txt
sphinx>=3.5
sphinx_design
sphinxcontrib-jquery # for the bootstrap theme

0 comments on commit c0f3e85

Please sign in to comment.