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 13, 2024
2 parents d9ee9ca + 1fc4a15 commit 1c827de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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/
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.10
dotnet-version: 8.0.404
# BEGIN Dependencies for RocksDB
- run: sudo apt install -y libc6-dev libgflags-dev libsnappy-dev zlib1g-dev libbz2-dev liblz4-dev libzstd-dev
- run: sudo apt install -y bzip2 lz4 librocksdb-dev
Expand Down
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 1c827de

Please sign in to comment.