Fix docs creation Closes #218 (#219)

* Fix swagger link in sphynx docs.
This commit is contained in:
Dominique Lasserre
2024-11-23 16:44:46 +01:00
committed by GitHub
parent 22f72e2f13
commit d697d0c079
2 changed files with 2 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ dist: pip
# Target to generate HTML documentation
docs: pip-dev
mkdir -p docs/develop
cp README.md docs/develop/getting_started.md
# remove top level header and coresponding description
sed -i '/^##[^#]/,$$!d' docs/develop/getting_started.md