aboutsummaryrefslogtreecommitdiff
path: root/Docs/source/conf.py
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2017-09-19 20:55:22 +0000
committerGravatar Remi Lehe <remi.lehe@normalesup.org> 2017-09-19 20:55:22 +0000
commit8e9ddc9fce63ef78f438d3c126a4ab9c1597844c (patch)
tree3b67e89c9266bc3289ffa9909937aecfa9684cc9 /Docs/source/conf.py
parent74b55dbbdca668d0a64f68a4699c256a96bf8ada (diff)
parent594de46736791c12b16b431def869addb9a70077 (diff)
downloadWarpX-8e9ddc9fce63ef78f438d3c126a4ab9c1597844c.tar.gz
WarpX-8e9ddc9fce63ef78f438d3c126a4ab9c1597844c.tar.zst
WarpX-8e9ddc9fce63ef78f438d3c126a4ab9c1597844c.zip
Merged in expand_doc (pull request #31)
Refactor the theoretical section of the documentation
Diffstat (limited to 'Docs/source/conf.py')
-rw-r--r--Docs/source/conf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Docs/source/conf.py b/Docs/source/conf.py
index 51f80ae16..a7258319f 100644
--- a/Docs/source/conf.py
+++ b/Docs/source/conf.py
@@ -32,7 +32,6 @@ sys.path.insert(0, os.path.join( os.path.abspath(__file__), '../Python') )
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc',
- 'sphinx.ext.intersphinx',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
'sphinx.ext.githubpages',
@@ -103,7 +102,7 @@ html_theme = 'sphinx_rtd_theme'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
+html_static_path = [] #['_static']
# -- Options for HTMLHelp output ------------------------------------------