We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7706f7f + 75af733 commit dfedb60Copy full SHA for dfedb60
1 file changed
.readthedocs.yaml
@@ -3,9 +3,9 @@ build:
3
os: ubuntu-22.04
4
tools:
5
python: mambaforge-22.9
6
- jobs:
7
- pre_build:
8
- - sphinx-build -b linkcheck docs/ _build/linkcheck
+ # jobs: # TODO: uncomment when we have a test suite
+ # pre_build:
+ # - sphinx-build -b linkcheck docs/ _build/linkcheck
9
10
sphinx:
11
configuration: docs/conf.py
0 commit comments