Skip to content
Snippets Groups Projects
Commit 213bdea0 authored by Yngve Levinsen's avatar Yngve Levinsen
Browse files

m2r -> m2r2

parent 04a0c7c7
No related branches found
No related tags found
No related merge requests found
Pipeline #39736 failed
......@@ -36,10 +36,7 @@ verify_tag:
pages:
stage: deploy
script:
- apt update
- apt install git -y
- pip install sphinx sphinxcontrib-blockdiag blockdiag sphinxcontrib-restbuilder sphinx_rtd_theme numpy
- pip install git+https://github.com/crossnox/m2r
- pip install sphinx sphinxcontrib-blockdiag blockdiag sphinxcontrib-restbuilder sphinx_rtd_theme numpy m2r2
- python setup.py install
- sphinx-build -b html -d public/doctrees doc public
artifacts:
......
......@@ -43,7 +43,7 @@ extensions = [
"sphinx.ext.ifconfig",
"sphinx.ext.viewcode",
"sphinxcontrib.restbuilder",
"m2r",
"m2r2",
]
# set napoleon style docstring
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment