Skip to content

fixup: update path to fix online docs #208

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 2, 2025
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
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
run: nox -s install-wheel

docs:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -94,7 +94,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: "commit-check_docs"
path: ${{ github.workspace }}/docs/_build/html
path: ${{ github.workspace }}/_build/html

- name: Upload docs to github pages
# only publish doc changes from main branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
publish:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Build to check Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
publish:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
# use fetch --all for setuptools_scm to work
Expand Down
8 changes: 3 additions & 5 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ From the root directory of the repository, do the following to steps

.. code-block:: text

pip install -r docs/requirements.txt

On Linux, you may need to use ``pip3`` instead.
pip install nox

2. Build the docs

.. code-block:: text

sphinx-build docs docs/_build/html
nox -s docs

Browse the files in docs/_build/html with your internet browser to see the rendered
Browse the files in /_build/html with your internet browser to see the rendered
output.
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy