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 e87e26c commit 6113737Copy full SHA for 6113737
.github/workflows/docs.yml
@@ -34,6 +34,8 @@ jobs:
34
conda install -y -q --file extra_requirements.txt nbconvert sphinx=6.1.3 python=3.9
35
pip install pydata-sphinx-theme==0.13.1 sphinx-argparse sphinx-notfound-page sphinx-sitemap
36
pip install .
37
+ # pdb2pqr is downgrading docutils for some reason and causes failures
38
+ pip install docutils==0.19
39
40
- name: Generate rst docs
41
run: |
0 commit comments