Skip to content

Commit 476e38c

Browse files
fix: update CI Sphinx build command
1 parent bd8cb84 commit 476e38c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python -m pip install --upgrade pip
2020
pip install sphinx myst-parser sphinx-rtd-theme
2121
- name: Build HTML
22-
run: sphinx-build -b html docs/ docs/_build/html
22+
run: sphinx-build -b html docs/source docs/_build/html
2323
- name: Deploy to GitHub Pages
2424
uses: peaceiris/actions-gh-pages@v3
2525
with:

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
contain the root `toctree` directive.
55
66
Quantum Threat Tracker documentation
7-
==================================
7+
====================================
88

99
Welcome to my docs! Here’s how to install!
1010

0 commit comments

Comments
 (0)