We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad28c44 commit 665124eCopy full SHA for 665124e
.github/workflows/docs.yml
@@ -60,9 +60,9 @@ jobs:
60
61
- name: Overwrite conf.py with custom config
62
run: |
63
- echo "import os" > docs/sphinx/source/conf.py
+ echo "import os" >> docs/sphinx/source/conf.py
64
echo "import sys" >> docs/sphinx/source/conf.py
65
- echo "from pathlib import Path" > docs/sphinx/source/conf.py
+ echo "from pathlib import Path" >> docs/sphinx/source/conf.py
66
echo "sys.path.insert(0, str(Path('.').resolve()))" >> docs/sphinx/source/conf.py
67
echo "" >> docs/sphinx/source/conf.py
68
echo "extensions = ['breathe']" >> docs/sphinx/source/conf.py
0 commit comments