Skip to content

Commit

Permalink
erm
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanlchristensen committed Nov 3, 2024
1 parent 8dcb9ea commit e22c868
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
echo "" > source/conf.py
echo "import os" >> source/conf.py
echo "import sys" >> source/conf.py
echo "sys.path.insert(0, os.path.abspath('../'))" >> source/conf.py
echo "sys.path.insert(0, os.path.abspath('../../'))" >> source/conf.py
echo "sys.path.insert(0, os.path.abspath('../../bruhanimate'))" >> source/conf.py
echo "project = 'bruhanimate'" >> source/conf.py
echo "copyright = '2024, Ethan Christensen'" >> source/conf.py
echo "author = 'Ethan Christensen'" >> source/conf.py
Expand Down

0 comments on commit e22c868

Please sign in to comment.