Skip to content

Commit

Permalink
remove source code from index ; debug docs build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyas committed Nov 10, 2023
1 parent 127b569 commit 14dc035
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/sphinx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,17 @@ jobs:
- name: Cache conda
uses: actions/cache@v2
env:
# Increase this value to reset cache if ci/environment.yaml has not changed
CACHE_NUMBER: 0
with:
path: ~/conda_pkgs_dir
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/environment.yaml') }}
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('docs/environment.yaml') }}
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: xesn # Defined in ci/environment*.yml
activate-environment: xesn
auto-update-conda: false
python-version: ${{ matrix.python-version }}
python-version: 3.11
environment-file: docs/environment.yaml
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
- uses: actions/checkout@v1
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ for efficient CPU and GPU deployment.
example_lazy_usage
references
api
Source Code <https://github.com/timothyas/xesn/>

0 comments on commit 14dc035

Please sign in to comment.