Skip to content

Commit

Permalink
Merge pull request #488 from databrickslabs/feature/docs_fix
Browse files Browse the repository at this point in the history
Feature/docs fix
  • Loading branch information
Milos Colic authored Dec 15, 2023
2 parents b7da8cf + d3d4b1c commit 75e8f14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ on:
- feature/new_docs
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python: [ 3.9.5 ]
steps:
- name: install pandoc
run: sudo apt-get install pandoc
run: |
sudo apt-get install pandoc
sudo apt-get install --reinstall python3-pkg-resources
- uses: actions/setup-python@v2
- uses: actions/checkout@v2
with:
Expand Down
1 change: 1 addition & 0 deletions docs/docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
setuptools==68.1.2
Sphinx==4.4.0
sphinx-material==0.0.35
nbsphinx==0.8.8
Expand Down

0 comments on commit 75e8f14

Please sign in to comment.