Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Oct 2, 2020
1 parent f75a391 commit 185c0e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_static/custom.css
Expand Up @@ -20,7 +20,7 @@ p {

div.highlight-text {
background-color: rgb(252, 252, 252) !important;
border: 0 !important;
font-family: monospace;
font-style: italic;
margin: -24px 0 24px 0;
}
6 changes: 3 additions & 3 deletions docs/conf.py
Expand Up @@ -40,9 +40,9 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo',
'sphinx.ext.coverage', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode',
'sphinx.ext.autosummary', 'sphinx.ext.napoleon', 'sphinx.ext.mathjax',
'sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'sphinx.ext.coverage',
'sphinx.ext.ifconfig', 'sphinx.ext.intersphinx', 'sphinx.ext.mathjax',
'sphinx.ext.napoleon', 'sphinx.ext.todo', 'sphinx.ext.viewcode',
'sphinxcontrib.bibtex'
]

Expand Down

0 comments on commit 185c0e6

Please sign in to comment.