diff --git a/docs/_static/custom.css b/docs/_static/custom.css index d464c41..e39ccc7 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -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; } \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 749f744..ae196a3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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' ]