File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 99
1010# -- Project information -----------------------------------------------------
1111project = "PlotPy"
12- copyright = "2018 , CEA"
13- author = "CEA"
12+ copyright = "2023 , CEA-Codra "
13+ author = "CEA-Codra "
1414version = ""
1515version = "." .join (plotpy .__version__ .split ("." )[:2 ])
1616release = plotpy .__version__
2424 "sphinx.ext.intersphinx" ,
2525 "sphinx.ext.napoleon" ,
2626 "sphinx_qt_documentation" ,
27+ "sphinx.ext.mathjax" ,
2728]
28- if "htmlhelp" in sys .argv :
29- extensions += ["sphinx.ext.imgmath" ]
30- else :
31- extensions += ["sphinx.ext.mathjax" ]
3229templates_path = ["_templates" ]
3330source_suffix = ".rst"
3431master_doc = "index"
3532exclude_patterns = []
3633pygments_style = "sphinx"
3734
38- if "htmlhelp" in sys .argv :
39- html_theme = "classic"
40- else :
41- html_theme = "python_docs_theme"
35+ html_theme = "python_docs_theme"
4236html_title = "%s %s Manual" % (project , version )
4337html_short_title = "%s Manual" % project
4438html_logo = "images/plotpy-vertical.png"
You can’t perform that action at this time.
0 commit comments