Skip to content

Commit 46df26d

Browse files
committed
Move all files for docs in docs and sources in docs/source
1 parent e13136e commit 46df26d

32 files changed

+16
-78
lines changed

.dockerignore

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
**.md
2-
.gitignore
3-
.github
4-
.idea
5-
.vscode
6-
__pycache__
1+
.gitignore/
2+
.github/
3+
.idea/
4+
.vscode/
5+
__pycache__/

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: pip install sphinx sphinx_rtd_theme
2727

2828
- name: Build Documentation
29-
run: sphinx-build -b html docs/ _build
29+
run: sphinx-build -b html docs/source/ _build
3030

3131
- name: Upload artifacts
3232
uses: actions/upload-pages-artifact@v3
File renamed without changes.
File renamed without changes.

docs/source/_static/favicon.ico

Whitespace-only changes.
File renamed without changes.

docs/conf.py renamed to docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@
2020
]
2121
html_extra_path = ["_static/google-analytics.js"]
2222
html_theme_options = {"navigation_depth": 4}
23+
html_favicon = "_static/favicon.ico"
File renamed without changes.

0 commit comments

Comments
 (0)