Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Dec 14, 2023
1 parent 2982173 commit e758692
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
python3 .github/replace.py
cd website
pip3 install poetry
poetry run poetry install --no-root
poetry run make html
- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down
2 changes: 1 addition & 1 deletion website/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 8 additions & 11 deletions website/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
[tool.poetry]
name = "dips"
version = "0.1.0"
authors = ["Xavier Lau <[email protected]>"]
description = ""
authors = ["Xavier Lau <[email protected]>"]
readme = "README.md"
name = "dips"
version = "0.1.0"

[tool.poetry.dependencies]
python = "^3.11"
Sphinx = "^7.2.6"
myst-parser = "^2.0.0"
Sphinx = "^7.2.6"
furo = "^2023.9.10"
myst-parser = "^2.0.0"
python = "^3.11"
sphinx-autobuild = "^2021.3.14"

[tool.poetry.group.dev.dependencies]
furo = "^2023.9.10"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]

0 comments on commit e758692

Please sign in to comment.