Skip to content

Commit

Permalink
Register docxsphinx as builder through setup.py
Browse files Browse the repository at this point in the history
This means it is not necessary anymore to put it in the extensions in
conf.py. See sphinx-doc/sphinx#2803
  • Loading branch information
hugobuddel committed Dec 13, 2017
1 parent 2ece1d8 commit 36f8484
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,9 @@
test_suite='nose.collector',
tests_require=['Nose'],
zip_safe=False,
entry_points={
'sphinx.builders': [
'docx=docxsphinx',
],
}
)

0 comments on commit 36f8484

Please sign in to comment.