Skip to content

Commit ed67c7e

Browse files
authored
github: Stop publishing docs to GitHub Pages (#513)
* 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
1 parent dc4929e commit ed67c7e

File tree

296 files changed

+2
-41496
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

296 files changed

+2
-41496
lines changed

.github/workflows/Publish_NIMS.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update docs and Publish NIMS
1+
name: Publish NIMS
22

33
on:
44
release:
@@ -22,7 +22,7 @@ jobs:
2222
# Don't run check_examples.yml because the examples may reference a
2323
# package version that doesn't exist yet.
2424
build:
25-
name: Update API reference docs and Publish NIMS Package to PyPI
25+
name: Build
2626
runs-on : ubuntu-latest
2727
steps:
2828
- name: Check out repo
@@ -53,15 +53,6 @@ jobs:
5353
poetry version ${{ steps.vars.outputs.tag }}
5454
working-directory: ./ni_measurementlink_generator
5555

56-
- name: Install ni-measurementlink-service (all extras, docs)
57-
run: poetry install -v --all-extras --with docs
58-
59-
- name: Build docs
60-
run: |
61-
rm -rf docs
62-
mkdir -p docs
63-
poetry run sphinx-build _docs_source docs -b html
64-
6556
- name: Commit file changes
6657
if: ${{ startsWith(github.event.release.target_commitish, 'main') || startsWith(github.event.release.target_commitish, 'releases/') }}
6758
run: |

docs/.buildinfo

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/.doctrees/autoapi/index.doctree

-4.06 KB
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.

docs/.doctrees/environment.pickle

-8.48 MB
Binary file not shown.

docs/.doctrees/index.doctree

-3.92 KB
Binary file not shown.

docs/.nojekyll

Whitespace-only changes.

docs/_modules/index.html

Lines changed: 0 additions & 138 deletions
This file was deleted.

0 commit comments

Comments
 (0)