Skip to content

Commit 3ce7ead

Browse files
committed
Update documentation.
1 parent 940461b commit 3ce7ead

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/_static/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ p {
2020

2121
div.highlight-text {
2222
background-color: rgb(252, 252, 252) !important;
23-
border: 0 !important;
2423
font-family: monospace;
24+
font-style: italic;
2525
margin: -24px 0 24px 0;
2626
}

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4141
# ones.
4242
extensions = [
43-
'sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo',
44-
'sphinx.ext.coverage', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode',
45-
'sphinx.ext.autosummary', 'sphinx.ext.napoleon', 'sphinx.ext.mathjax',
43+
'sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'sphinx.ext.coverage',
44+
'sphinx.ext.ifconfig', 'sphinx.ext.intersphinx', 'sphinx.ext.mathjax',
45+
'sphinx.ext.napoleon', 'sphinx.ext.todo', 'sphinx.ext.viewcode',
4646
'sphinxcontrib.bibtex'
4747
]
4848

0 commit comments

Comments
 (0)