Skip to content

Commit

Permalink
chg: doc: update changelog for next version, remove sphinx git hash
Browse files Browse the repository at this point in the history
* also suppress duplicate label warnings from autosectionlabel

Signed-off-by: Stephen Arnold <[email protected]>
  • Loading branch information
sarnold committed Aug 25, 2024
1 parent 7c47e7a commit ce666e1
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
Changelog
=========

0.2.0 (2024-08-25)
------------------

New
~~~
- Add menu option to install extensions, beef up tests. [Stephen Arnold]

* add some pytest fixtures and more tests, improve readme
* refactor for correctness and testability, cleanup packaging

Changes
~~~~~~~
- Respin doc symlinks using vendored copies. [Stephen Arnold]
- Update docs and packaging, post refactoring cleanup. [Stephen Arnold]

* add symlinks so icons are available for both sphinx and GH rendering
* optionally disable seat-timer by setting params to 00:00

0.1.1 (2024-08-19)

0.1.1 (2024-08-20)
------------------

New
Expand Down Expand Up @@ -33,6 +51,8 @@ Changes
Arnold]

* revert the .keepdir bits and cleanup sphinx config and index
* update changelog and get ready for release version, cleanup
docs CI workflows
- Still more readme updates and a docstring tweak. [Stephen L Arnold]
- Try setting position and gravity options, cleanup entry window bits.
[Stephen L Arnold]
Expand All @@ -59,6 +79,10 @@ Changes

Fixes
~~~~~
- Update doc deploy workflows per current deploy action docs. [Steve
Arnold]

* use permissions instead of the older github token setting
- Even more docstring and readme/rst doc cleanup. [Stephen L Arnold]
- Cleanup some oddball link anchors flagged by sphinx check. [Stephen L
Arnold]
Expand Down
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
'sphinx.ext.viewcode',
]

suppress_warnings = ['autosectionlabel.*']

templates_path = ['_templates']

exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '.venv']
Expand Down
3 changes: 0 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ The primary timewarrior_ addon bits included here are written in Python_:
.. _timew-report: https://pypi.org/project/timew-report/

.. git_commit_detail::
:branch:
:commit:
:sha_length: 10
:uncommitted:
:untracked:

Expand Down

0 comments on commit ce666e1

Please sign in to comment.