mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
doc: Fix typo
This commit is contained in:
parent
5cdec60c26
commit
53096a35d8
@ -113,7 +113,7 @@ General configuration
|
|||||||
.. versionchanged:: 1.3
|
.. versionchanged:: 1.3
|
||||||
Can now be a list of extensions.
|
Can now be a list of extensions.
|
||||||
|
|
||||||
.. vesionchanged:: 1.8
|
.. versionchanged:: 1.8
|
||||||
Support file type mapping
|
Support file type mapping
|
||||||
|
|
||||||
.. confval:: source_encoding
|
.. confval:: source_encoding
|
||||||
|
2
setup.py
2
setup.py
@ -214,7 +214,7 @@ setup(
|
|||||||
'Topic :: Utilities',
|
'Topic :: Utilities',
|
||||||
],
|
],
|
||||||
platforms='any',
|
platforms='any',
|
||||||
packages=find_packages(exclude=['tests']),
|
packages=find_packages(exclude=['tests', 'utils']),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
Loading…
Reference in New Issue
Block a user