Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Abjad 3.30
Abjad 3.31
==========

Abjad helps composers build up complex pieces of music notation in iterative
Expand Down
6 changes: 1 addition & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"navigation_depth": 1,
"sticky_navigation": False,
"style_external_links": True,
"style_nav_header_background": "#880088",
"style_nav_header_background": "#BB2299",
}

intersphinx_mapping = {
Expand Down Expand Up @@ -82,14 +82,10 @@
todo_include_todos = True

uqbar_api_member_documenter_classes = [
# "uqbar.apis.FunctionDocumenter",
"abjad.ext.sphinx.AbjadFunctionDocumenter",
# "uqbar.apis.SummarizingClassDocumenter",
"abjad.ext.sphinx.AbjadClassDocumenter",
]
# uqbar_api_module_documenter_class = "uqbar.apis.SummarizingModuleDocumenter"
uqbar_api_module_documenter_class = "abjad.ext.sphinx.AbjadModuleDocumenter"
# uqbar_api_root_documenter_class = "uqbar.apis.SummarizingRootDocumenter"
uqbar_api_root_documenter_class = "abjad.ext.sphinx.AbjadRootDocumenter"
uqbar_api_source_paths = ["abjad"]
uqbar_api_title = "Abjad API"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "abjad"
version = "3.30"
version = "3.31"
description = "Abjad is a Python API for building LilyPond files."
license = { text = "MIT" }
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion source/abjad/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.30"
__version__ = "3.31"