Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: '3.10'

- name: Install dependencies
run: pip install uv pytest && uv pip install --system '.[dev,aws,spark,docs]'
run: pip install uv pytest && uv pip install --system '.[dev,aws,spark]' git+https://github.com/Nixtla/mkdocstrings-parser

# setup quarto for rendering example/tutorial nbs
- uses: quarto-dev/quarto-actions/setup@v2
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ dev = [
"pytest-cov",
"pip-licenses"
]
docs = [
"mkdocstrings-parser@git+https://github.com/Nixtla/mkdocstrings-parser.git"
]

[project.urls]
Homepage = "https://github.com/Nixtla/neuralforecast/"
Expand Down
Loading
Loading