We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758924a commit ecc7aabCopy full SHA for ecc7aab
.github/workflows/check_docs.yml
@@ -32,7 +32,7 @@ jobs:
32
path: .venv
33
key: nitypes-with-docs-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}
34
- name: Install nitypes (with docs)
35
- run: poetry install -v --with docs
+ run: poetry install -v --only main,docs
36
- name: Generate docs
37
run: poetry run sphinx-build docs docs/_build -b html -W --keep-going
38
- name: Upload docs artifact
docs/conf.py
@@ -74,6 +74,7 @@ def setup(sphinx):
74
75
76
intersphinx_mapping = {
77
+ "numpy": ("https://numpy.org/doc/stable/", None),
78
"python": ("https://docs.python.org/3", None),
79
}
80
0 commit comments