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 9a39777 commit 88cdaf6Copy full SHA for 88cdaf6
2 files changed
.github/workflows/website.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: burnett01/rsync-deployments@master
23
with:
24
switches: -vzr
25
- path: website/build/
+ path: website/docs/build/
26
remote_path: ${{ secrets.DEPLOY_WEBSITE_PATH }}
27
remote_host: ${{ secrets.DEPLOY_HOST }}
28
remote_user: ${{ secrets.DEPLOY_USER }}
website/docs/source/conf.py
@@ -19,7 +19,6 @@
19
"sphinx.ext.viewcode",
20
"sphinx.ext.intersphinx",
21
"sphinx.ext.autosummary",
- "sphinx_rtd_theme",
]
templates_path = ["_templates"]
0 commit comments