Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
irp
Fresnel
Commits
12e678bc
Commit
12e678bc
authored
Oct 26, 2021
by
lohse6
Browse files
Merge branch 'sphinx-theme' into 'master'
use pydata sphinx theme for docs See merge request
!5
parents
d1d96ab3
616c8a70
Pipeline
#243018
passed with stages
in 1 minute and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
12e678bc
...
...
@@ -26,9 +26,10 @@ pages:
stage
:
deploy
script
:
-
pip install numpy scipy
-
pip install sphinx sphinx
_rtd_
theme sphinxcontrib-bibtex
-
pip install sphinx
pydata-
sphinx
-
theme sphinxcontrib-bibtex
-
cd doc
-
sphinx-build -b html source ../public/
-
sphinx-build -b html source build
-
mv build ../public
-
echo 'Done'
artifacts
:
paths
:
...
...
doc/source/conf.py
View file @
12e678bc
...
...
@@ -29,6 +29,7 @@ author = 'Institut für Röntgenphysik'
# ones.
extensions
=
[
'sphinx.ext.autodoc'
,
'sphinx.ext.autosummary'
,
'sphinx.ext.mathjax'
,
'sphinx.ext.napoleon'
,
]
...
...
@@ -47,7 +48,7 @@ exclude_patterns = []
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme
=
'sphinx_
rtd_
theme'
html_theme
=
'
pydata_
sphinx_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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment