Skip to content
Snippets Groups Projects

Fix autodoc generation by running it into Poetry virtualenv

Merged Moul requested to merge fix_autodoc into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -3,7 +3,7 @@
# generate documentation
docs:
cd docs && rm duniterpy.*; poetry run sphinx-apidoc -o . ../duniterpy && make clean && make html && cd ..
cd docs && rm duniterpy.*; poetry run sphinx-apidoc -o . ../duniterpy && poetry run make clean && poetry run make html && cd ..
# run tests
tests:
Loading