Skip to content

Commit

Permalink
Merge branch 'master' of github.com:LGouellec/kafka-streams-dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
LGouellec committed Dec 12, 2024
2 parents d749670 + d1a0b73 commit 04ef550
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
pip3 install setuptools
pip3 install recommonmark
pip3 install sphinx sphinx-rtd-theme
pip3 install sphinx sphinx-rtd-theme==2.0.0
pip3 install sphinx_markdown_tables
- name: "Build Sphinx Doc"
Expand All @@ -36,4 +36,4 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: build/html/
FOLDER: build/html/
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
extensions = [
'recommonmark',
'sphinx_markdown_tables',
'sphinx_rtd_theme',
'sphinx.ext.githubpages']

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -65,4 +66,4 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = ['_static']

0 comments on commit 04ef550

Please sign in to comment.