Skip to content

Commit 106f5e8

Browse files
authored
Replace enum documentation hack with enum-tools decorator (#136)
* Include `enum_tools` * Set up enum documentation with `document_enum` * Remove documentation hack from `RepresentableEnum` * Add missing `enum-tools` dependency to `setup.py`
1 parent 3df572f commit 106f5e8

File tree

5 files changed

+146
-128
lines changed

5 files changed

+146
-128
lines changed

Diff for: docs/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
'sphinx.ext.todo',
4141
'sphinx.ext.doctest',
4242
'sphinx.ext.viewcode',
43+
'enum_tools.autoenum',
4344
]
4445

4546
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)