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 d477371 commit 30577f0Copy full SHA for 30577f0
.github/workflows/tests.yml
@@ -39,7 +39,7 @@ jobs:
39
--log-directory ./logs
40
--group "$(id -g)"
41
--skip-cache-invalidation
42
- --theme "$(pwd)"
+ --theme git+https://github.com/hugovk/python-docs-theme@sphinx9
43
--languages en
44
--branches ${{ matrix.branch || matrix.python-version }}
45
${{ matrix.branch == 'main' && '--select-output no-html' || '' }}
0 commit comments