We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2c924 commit 237b557Copy full SHA for 237b557
.github/workflows/ci.yml
@@ -123,6 +123,7 @@ jobs:
123
- store-reusable-workflow-vars
124
with:
125
main-branch: 'master'
126
+ run-docs: true
127
python-version: '3.11'
128
docker-image-name: ${{ needs.store-reusable-workflow-vars.outputs.image-name }}
129
docs/conf.py
@@ -77,7 +77,7 @@
77
# The theme to use for HTML and HTML Help pages. See the documentation for
78
# a list of builtin themes.
79
#
80
-html_logo = "logo.svg"
+# html_logo = "logo.svg"
81
html_theme = "sphinx_rtd_theme"
82
83
# Add any paths that contain custom static files (such as style sheets) here,
0 commit comments