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 6a7ea60 + 2a0a1d3 commit 81d5ef2Copy full SHA for 81d5ef2
.github/workflows/sphinx.yml
@@ -0,0 +1,18 @@
1
+name: Sphinx Pages
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
8
+jobs:
9
+ build:
10
+ name: Sphinx Pages
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: seanzhengw/sphinx-pages@d29427677b3b89c1b5311d9eb135fb4168f4ba4a
14
+ id: sphinx-pages
15
+ with:
16
+ github_token: ${{ secrets.GITHUB_TOKEN }}
17
+ create_readme: true
18
+ source_dir: docs/
docs/requirements.txt
@@ -0,0 +1 @@
+sphinx_rtd_theme
0 commit comments