We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d051a9 commit e091528Copy full SHA for e091528
.readthedocs.yaml
@@ -4,17 +4,12 @@ sphinx:
4
configuration: doc/conf.py
5
builder: html
6
7
-python:
8
- install:
9
- - requirements: doc/requirements.txt
10
- - method: pip
11
- path: .
12
- extra_requirements:
13
- - setuptools_scm
14
-
15
build:
16
os: ubuntu-22.04
17
tools:
18
python: "3.11"
19
apt_packages:
20
- libsnmp40
+ jobs:
+ post_create_environment:
+ - pip install -e . -r doc/requirements.txt --constraint constraints.txt
constraints.txt
@@ -0,0 +1 @@
1
+snowballstemmer<3.0.0 # incompatible with Sphinx 7.4.7?
0 commit comments