Skip to content

Commit

Permalink
github: Stop publishing docs to GitHub Pages (#513)
Browse files Browse the repository at this point in the history
* github: Remove doc build from Publish_NIMS.yml and update display names

The API reference docs are now published on measurementlink-python.readthedocs.io.
This project's GitHub Pages site now redirects to RTD.

* docs: Delete static site from docs/ dir
  • Loading branch information
bkeryan authored Nov 8, 2023
1 parent dc4929e commit ed67c7e
Show file tree
Hide file tree
Showing 296 changed files with 2 additions and 41,496 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/Publish_NIMS.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update docs and Publish NIMS
name: Publish NIMS

on:
release:
Expand All @@ -22,7 +22,7 @@ jobs:
# Don't run check_examples.yml because the examples may reference a
# package version that doesn't exist yet.
build:
name: Update API reference docs and Publish NIMS Package to PyPI
name: Build
runs-on : ubuntu-latest
steps:
- name: Check out repo
Expand Down Expand Up @@ -53,15 +53,6 @@ jobs:
poetry version ${{ steps.vars.outputs.tag }}
working-directory: ./ni_measurementlink_generator

- name: Install ni-measurementlink-service (all extras, docs)
run: poetry install -v --all-extras --with docs

- name: Build docs
run: |
rm -rf docs
mkdir -p docs
poetry run sphinx-build _docs_source docs -b html
- name: Commit file changes
if: ${{ startsWith(github.event.release.target_commitish, 'main') || startsWith(github.event.release.target_commitish, 'releases/') }}
run: |
Expand Down
4 changes: 0 additions & 4 deletions docs/.buildinfo

This file was deleted.

Binary file removed docs/.doctrees/autoapi/index.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/.doctrees/environment.pickle
Binary file not shown.
Binary file removed docs/.doctrees/index.doctree
Binary file not shown.
Empty file removed docs/.nojekyll
Empty file.
138 changes: 0 additions & 138 deletions docs/_modules/index.html

This file was deleted.

Loading

0 comments on commit ed67c7e

Please sign in to comment.