Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Enable githubpages, intersphinx, and type hints #430

Merged
merged 4 commits into from
Oct 5, 2023

Conversation

bkeryan
Copy link
Collaborator

@bkeryan bkeryan commented Oct 4, 2023

What does this Pull Request accomplish?

Enable more Sphinx extensions:

  • githubpages: Automatically create .nojekyll file
  • intersphinx: Allow linking to docs for the Python stdlib and other packages

Remove touch docs/.nojekyll from GitHub workflows.

Show type hints in attribute/parameter descriptions.

Why should this Pull Request be merged?

Enhance documentation by linking to other docs and showing type hints.

Simplify GitHub workflows.

What testing has been done?

Built docs locally. Verified that the .nojekyll file is created and that hyperlinks to stdlib and nidcpower work.

- githubpages: Automatically create .nojekyll file
- intersphinx: Allow linking to docs for the Python stdlib and other packages
@github-actions
Copy link

github-actions bot commented Oct 4, 2023

Test Results

     12 files  ±0       12 suites  ±0   2m 49s ⏱️ -1s
   304 tests ±0     238 ✔️ ±0    66 💤 ±0  0 ±0 
3 636 runs  ±0  2 828 ✔️ ±0  808 💤 ±0  0 ±0 

Results for commit 5417a68. ± Comparison against base commit b8346fc.

♻️ This comment has been updated with latest results.

_docs_source/conf.py Outdated Show resolved Hide resolved
@bkeryan bkeryan changed the title docs: Enable githubpages and intersphinx extensions docs: Enable githubpages, intersphinx, and type hints Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants