Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanlchristensen committed Nov 3, 2024
1 parent 7966cc7 commit 8dcb9ea
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,13 @@ jobs:

- name: Install dependencies
run: |
ls -a
python -m pip install --upgrade pip
pip install sphinx sphinx-rtd-theme
- name: Setup Sphinx documentation structure
run: |
ls -a
mkdir -p docs
cd docs
ls -a
sphinx-quickstart -q -p "bruhanimate" -a "Ethan Christensen" -v 1.0 -r 1.0 -l en --ext-autodoc --ext-viewcode --makefile --batchfile --sep
Expand Down Expand Up @@ -73,13 +70,13 @@ jobs:
- name: Generate .rst files with sphinx-apidoc
run: |
ls -a
sphinx-apidoc -o docs/source bruhanimate/
- name: Generate Documentation
run: |
ls -a
cd docs
ls -a
ls source/ -a
make html
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 8dcb9ea

Please sign in to comment.