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 bd8cb84 commit 476e38cCopy full SHA for 476e38c
.github/workflows/docs.yml
@@ -19,7 +19,7 @@ jobs:
19
python -m pip install --upgrade pip
20
pip install sphinx myst-parser sphinx-rtd-theme
21
- name: Build HTML
22
- run: sphinx-build -b html docs/ docs/_build/html
+ run: sphinx-build -b html docs/source docs/_build/html
23
- name: Deploy to GitHub Pages
24
uses: peaceiris/actions-gh-pages@v3
25
with:
docs/source/index.rst
@@ -4,7 +4,7 @@
4
contain the root `toctree` directive.
5
6
Quantum Threat Tracker documentation
7
-==================================
+====================================
8
9
Welcome to my docs! Here’s how to install!
10
0 commit comments