Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiaPsarou committed Oct 9, 2024
1 parent 5066f69 commit 519ec28
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 @@ -22,10 +22,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install sphinx
python -m pip install sphinx-rtd-theme
python -m pip install myst-parser # To support Markdown files
python -m pip install furo # Install Furo theme
python -m pip install sphinx sphinx-rtd-theme myst-parser furo
- name: Build Sphinx documentation
run: |
Expand All @@ -37,7 +35,6 @@ jobs:
run: |
cd docs/_build/html # Navigate to the built HTML files
touch .nojekyll # Disable Jekyll to serve raw HTML/CSS
rm -rf .git # Clean up any existing git repo in the build directory
git init # Initialize a new Git repo in the build folder
git add .
git config --local user.email "[email protected]"
Expand Down

0 comments on commit 519ec28

Please sign in to comment.