From 01f6dd555634218a038706a922b0eb024e567da0 Mon Sep 17 00:00:00 2001 From: Sparky <59151395+Sparks29032@users.noreply.github.com> Date: Wed, 2 Jul 2025 10:35:36 -0500 Subject: [PATCH 1/3] Change doc to docs --- .github/workflows/_publish-docs-on-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_publish-docs-on-release.yml b/.github/workflows/_publish-docs-on-release.yml index 6481285..7cd3aa7 100644 --- a/.github/workflows/_publish-docs-on-release.yml +++ b/.github/workflows/_publish-docs-on-release.yml @@ -70,10 +70,10 @@ jobs: Xvfb :99 -screen 0 1024x768x16 & - name: build documents - run: make -C doc html + run: make -C docs html - name: Deploy uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./doc/build/html + publish_dir: ./docs/build/html From abfd1a407e18f4f375ac74c9f20f0d25630e3535 Mon Sep 17 00:00:00 2001 From: Sparky <59151395+Sparks29032@users.noreply.github.com> Date: Wed, 2 Jul 2025 10:36:59 -0500 Subject: [PATCH 2/3] Update .flake8 --- .flake8 => .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .flake8 => .flake8 (94%) diff --git a/.flake8 b/.flake8 similarity index 94% rename from .flake8 rename to .flake8 index a80b07f..f3fced6 100644 --- a/.flake8 +++ b/.flake8 @@ -6,7 +6,7 @@ exclude = __pycache__, build, dist, - doc/source/conf.py + docs/source/conf.py max-line-length = 79 # Ignore some style 'errors' produced while formatting by 'black' # https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#labels-why-pycodestyle-warnings From 88bfa41c4e4c3a81af23a875f2ba98865698d203 Mon Sep 17 00:00:00 2001 From: Sparks29032 Date: Wed, 2 Jul 2025 10:42:55 -0500 Subject: [PATCH 3/3] Add news --- news/doc-to-docs.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/doc-to-docs.rst diff --git a/news/doc-to-docs.rst b/news/doc-to-docs.rst new file mode 100644 index 0000000..291301e --- /dev/null +++ b/news/doc-to-docs.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* Rename all mentions of `doc` to `docs`. + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*