diff --git a/.github/workflows/sphinx-python-dependency-build-checks.yml b/.github/workflows/sphinx-python-dependency-build-checks.yml index b9d6413..48cb921 100644 --- a/.github/workflows/sphinx-python-dependency-build-checks.yml +++ b/.github/workflows/sphinx-python-dependency-build-checks.yml @@ -11,14 +11,14 @@ # succeed. name: Check and document build requirements for Sphinx venv on: - push: - paths: - - 'conf.py' - - 'custom_conf.py' - pull_request: - paths: - - 'conf.py' - - 'custom_conf.py' + # push: + # paths: + # - 'conf.py' + # - 'custom_conf.py' + # pull_request: + # paths: + # - 'conf.py' + # - 'custom_conf.py' workflow_dispatch: @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install dependencies run: | diff --git a/custom_conf.py b/custom_conf.py index 11f218e..76f35d3 100644 --- a/custom_conf.py +++ b/custom_conf.py @@ -202,7 +202,8 @@ # Add files or directories that should be excluded from processing. custom_excludes = [ 'doc-cheat-sheet*', - ] + 'readme.rst' +] # Add CSS files (located in .sphinx/_static/) custom_html_css_files = []