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.
2 parents 32d733d + d49be72 commit a15a364Copy full SHA for a15a364
.github/workflows/docs.yml
@@ -2,7 +2,7 @@ name: Deploy Sphinx documentation to Github Pages
2
3
on:
4
push:
5
- branches: [main, basic_dialect_docs] # branch to trigger deployment
+ branches: [main] # branch to trigger deployment
6
7
jobs:
8
pages:
docs/requirements.txt
@@ -0,0 +1,2 @@
1
+sphinx_rtd_theme==2.0.0
+sphinx-copybutton==0.5.2
0 commit comments