Skip to content
Snippets Groups Projects
Commit fe0cbc54 authored by Martin Teichmann's avatar Martin Teichmann
Browse files

change from -M to -b

hopefully this way the result ends up in the right directory
parent 1a1d843c
No related branches found
No related tags found
1 merge request!324Delete .readthedocs.yml
...@@ -8,7 +8,7 @@ pages: ...@@ -8,7 +8,7 @@ pages:
- apt-get install -y pandoc - apt-get install -y pandoc
- pip3 install sphinx-autoapi - pip3 install sphinx-autoapi
- pip3 install nbsphinx - pip3 install nbsphinx
- sphinx-build -M html doc public - sphinx-build -b html doc public
pages: True pages: True
artifacts: artifacts:
paths: paths:
......
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