Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Dependencies
run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-get update
sudo apt install -y git python3-venv make
echo `python3 --version`
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip setuptools
id: build
- name: Build the docset
run: |
Expand Down
Empty file added docs/source/_static/.gitkeep
Empty file.
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ["sphinx.ext.napoleon", "sphinx.ext.autodoc", 'sphinx_panels']
panels_add_bootstrap_css = False
Comment thread
soot-bit marked this conversation as resolved.
extensions = ["sphinx.ext.napoleon", "sphinx.ext.autodoc", "sphinx_panels"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand Down