Skip to content

Commit 9ebb928

Browse files
authored
Use pyproject.toml for building sphinx docs (#6)
1 parent af0b92d commit 9ebb928

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

.github/workflows/docs_build_and_deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
name: Build Sphinx Docs
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: neuroinformatics-unit/actions/build_sphinx_docs@v2
30+
- uses: neuroinformatics-unit/actions/build_sphinx_docs@main
31+
with:
32+
use-requirements-txt: false
3133

3234
deploy_sphinx_docs:
3335
name: Deploy Sphinx Docs

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ venv/
8181

8282
# uv
8383
uv.lock
84+
.venv/
8485

8586
# Sphinx documentation
8687
docs/build/

docs/requirements.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)