Workflow updates

- Do not re-run PR tests on edited PRs
- Close added/fixed issues on published release
- Issues stale after 60 days instead of 30, close after 10 days instead of 5
- Use Vankka/pr-target-branch-action for checking that PR is made to proper branch
- Add version number to sphinx config, must use cmake to configure the file
- Add jobs to readthedocs.yaml configuration
This commit is contained in:
ReenigneArcher
2022-04-23 12:35:39 -04:00
parent c4054c75a7
commit 7a1e5f43d9
8 changed files with 43 additions and 30 deletions

View File

@@ -26,7 +26,7 @@ copyright = f'{datetime.now ().year}, {project}'
author = 'ReenigneArcher'
# The full version, including alpha/beta/rc tags
# version = '0.13.0'
version = '@PROJECT_VERSION@'
# -- General configuration ---------------------------------------------------
@@ -60,7 +60,7 @@ source_suffix = ['.rst', '.md']
# so a file named "default.css" will overwrite the builtin "default.css".
# html_static_path = ['_static']
html_logo = os.path.join(root_dir, 'sunshine.ico')
html_logo = os.path.join(root_dir, 'sunshine.png')
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.