Skip to content

Commit

Permalink
fix(docs): towncrier draft
Browse files Browse the repository at this point in the history
  • Loading branch information
HitaloM committed Jul 14, 2024
1 parent f255005 commit b5c57c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
8 changes: 0 additions & 8 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,3 @@ Changelog
.. towncrier-draft-entries:: |release| [UNRELEASED DRAFT]

.. towncrier release notes start
1.0.0 (2024-07-13)
==================

Features
--------

- Initial release.
9 changes: 6 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"sphinx.ext.viewcode",
"myst_parser",
"sphinx_copybutton",
"sphinxcontrib.towncrier.ext",
"sphinxcontrib.towncrier",
]

intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
Expand All @@ -35,9 +35,12 @@
master_doc = "index"
source_suffix = [".rst", ".md"]
autodoc_member_order = "bysource"

pygments_style = "sphinx"
autodoc_typehints = "none"
pygments_style = "sphinx"

towncrier_draft_autoversion_mode = "draft"
towncrier_draft_include_empty = True
towncrier_draft_working_directory = Path(__file__).parent.parent.parent

exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

Expand Down

0 comments on commit b5c57c1

Please sign in to comment.