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 42f1c19 commit 072005aCopy full SHA for 072005a
.github/workflows/sphinx.yml
@@ -13,9 +13,6 @@ jobs:
13
- uses: actions/checkout@v4
14
- name: Build HTML
15
uses: ammaraskar/sphinx-action@master
16
- with:
17
- pre-build-command: |
18
- python -m pip install psycopg2-binary
19
env:
20
SETUPTOOLS_SCM_PRETEND_VERSION: 1
21
- name: Upload artifacts
docs/requirements.txt
@@ -1,4 +1,5 @@
1
furo==2021.11.16
2
myst-parser==1.0.0
3
sphinx-rtd-theme==1.2.0
4
+psycopg2-binary
5
.
0 commit comments