Migration guide 2.x -> 3.0 (#1143)

* Initial commit for docs cleanup

* Update migration guide

* More docs

* Added changes description

* Small fixes
This commit is contained in:
Alex Root Junior 2023-07-29 22:36:12 +03:00 committed by GitHub
parent 2ecf9cefd7
commit 56f0d9d220
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 363 additions and 85 deletions

View file

@ -28,7 +28,6 @@ extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.ifconfig",
"sphinx.ext.intersphinx",
"sphinx-prompt",
"sphinx_substitution_extensions",
"sphinx_copybutton",
"sphinxcontrib.towncrier.ext",
@ -67,6 +66,6 @@ texinfo_documents = [
# add_module_names = False
towncrier_draft_autoversion_mode = 'draft'
towncrier_draft_autoversion_mode = "draft"
towncrier_draft_include_empty = False
towncrier_draft_working_directory = Path(__file__).parent.parent