Skip to content

Commit

Permalink
Added separate GitHub Pages requirements file (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
art-from-the-machine authored Feb 5, 2024
1 parent 4e73720 commit 3cc474a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
uses: sphinx-notes/pages@v3
with:
documentation_path: ./docs
requirements_path: ./requirements.txt
requirements_path: ./doc/gh_pages_requirements.txt
cache: true
python_version: 3.11
6 changes: 6 additions & 0 deletions docs/gh_pages_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# python 3.11
sphinx==7.2.6
myst-parser==2.0.0
sphinx-design==0.5.0
sphinxcontrib-youtube==1.4.1
furo==2023.9.10

0 comments on commit 3cc474a

Please sign in to comment.