Compare commits

...

2 Commits

Author SHA1 Message Date
Jeff Moe 0a124d048c Add the stack licenses script to sphinx docs 2023-11-25 10:31:19 -07:00
Jeff Moe 1b3f0e26cd brief build note 2023-11-25 10:22:29 -07:00
2 changed files with 4 additions and 16 deletions

View File

@ -1,20 +1,6 @@
# Build
Build scripts, perhaps like this:
Build, perhaps like this:
```
deactivate
make clean
make venv
source venv/bin/activate
make deps
make docs
make install
```
or:
```
deactivate ; make clean; make venv ; source venv/bin/activate ; make deps ; make install ; make docs
deactivate ; rm -rf venv env dist ; virtualenv env ; source env/bin/activate ; pip install -U setuptools wheel pip ; pip install -r requirements.txt ; pip install -e . ; cd docs/ ; make clean ; make html ; cd .. ; python -m build
deactivate ; rm -rf venv env dist ; virtualenv env ; source env/bin/activate ; pip install -U setuptools wheel pip ; pip install -r requirements.txt ; pip install -e . ; cd docs/ ; make clean ; make html ; cd .. ; python -m build
```

View File

@ -6,3 +6,5 @@ This is the documentation for The Smack.
.. automodule:: the_stack
:members:
.. automodule:: the_stack.the_stack_licenses
:members: