Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kwant
kwant
Commits
e154dc06
Commit
e154dc06
authored
Jun 18, 2021
by
Viacheslav Ostroukh
🚲
Browse files
Merge branch 'enh/ci_sphinx' into 'master'
Improvements in documentation automated build See merge request
!391
parents
e75bf49e
a6897fb5
Pipeline
#74951
passed with stages
in 9 minutes and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/source/conf.py
View file @
e154dc06
...
...
@@ -37,7 +37,7 @@ import kwant.continuum # sphinx gets confused with lazy loading
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'../sphinxext'
))
extensions
=
[
'sphinx.ext.autodoc'
,
'sphinx.ext.autosummary'
,
'sphinx.ext.todo'
,
'sphinx.ext.mathjax'
,
'
numpydoc
'
,
'sphinx.ext.todo'
,
'sphinx.ext.mathjax'
,
'
sphinx.ext.napoleon
'
,
'kwantdoc'
,
'sphinx.ext.linkcode'
,
'jupyter_sphinx'
,
'sphinxcontrib.rsvgconverter'
]
...
...
docker/kwant-latest.yml
View file @
e154dc06
...
...
@@ -3,6 +3,7 @@ channels:
-
conda-forge
dependencies
:
-
python=3.9
-
pip
-
numpy
-
scipy
-
tinyarray
...
...
@@ -26,7 +27,8 @@ dependencies:
-
pytest-flakes
-
pytest-pep8
# Documentation building
-
sphinx
-
numpydoc
-
requests
-
jupyter_sphinx
-
pip
:
-
git+https://github.com/sphinx-doc/sphinx.git@bedbb8c8259f1b4520ed654ffda3a045c55163d7
Write
Preview
Supports
Markdown
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