Skip to content

Commit

Permalink
Merge pull request #6 from decarlof/dev
Browse files Browse the repository at this point in the history
fix the reference page
  • Loading branch information
Algotom committed Jul 8, 2021
2 parents fcc082c + a864e32 commit 6510da6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions docs/requirements.txt

This file was deleted.

6 changes: 4 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx_rtd_theme',
'nbsphinx',
'sphinx.ext.autodoc',
'sphinx.ext.mathjax',
'sphinx.ext.todo',
'sphinx.ext.autosummary',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode']
'sphinxcontrib.bibtex',
'sphinx.ext.viewcode',
]

bibtex_bibfiles = [
'bibtex/ref.bib',
Expand Down
6 changes: 6 additions & 0 deletions envs/requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sphinx >=2
sphinx_rtd_theme
sphinxcontrib-bibtex
nbsphinx
pandoc
jupyter

0 comments on commit 6510da6

Please sign in to comment.