Skip to content
Snippets Groups Projects
Commit 4fffba7a authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] #101 fix rst files not updated when doc rebuilt

parent 0fc0fb31
No related branches found
No related tags found
2 merge requests!94Merge dev into master for release 0.56.0,!80Doc on gitlab pages
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# generate documentation # generate documentation
docs: docs:
cd docs && sphinx-apidoc -o . ../duniterpy && make clean && make html && cd .. cd docs && rm duniterpy.*; sphinx-apidoc -o . ../duniterpy && make clean && make html && cd ..
# run tests # run tests
tests: tests:
......
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