Skip to content

Commit

Permalink
Update make_docs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-fiorito-11 committed Jul 7, 2023
1 parent e0be7ea commit 284fe50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make_docs.sh
Expand Up @@ -6,6 +6,7 @@ sphinx-quickstart --sep --dot _ --language en --suffix .rst --master index --mak
# Change configuration file
sed -i '13i\ sandy' api_docs/source/index.rst
sed -i "s/alabaster/sphinx_rtd_theme/" api_docs/source/conf.py
sed -i '1 i\import os\nimport sys\nsys.path.insert(0, os.path.abspath(os.path.join("..", "..", "src")))' api_docs/source/conf.py

# Create rst files
sphinx-apidoc --separate --force --module-first -o api_docs/source sandy
Expand Down

0 comments on commit 284fe50

Please sign in to comment.