Skip to content

Commit 6113737

Browse files
committed
fix docs issues
1 parent e87e26c commit 6113737

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
conda install -y -q --file extra_requirements.txt nbconvert sphinx=6.1.3 python=3.9
3535
pip install pydata-sphinx-theme==0.13.1 sphinx-argparse sphinx-notfound-page sphinx-sitemap
3636
pip install .
37+
# pdb2pqr is downgrading docutils for some reason and causes failures
38+
pip install docutils==0.19
3739
3840
- name: Generate rst docs
3941
run: |

0 commit comments

Comments
 (0)