Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Documentation
sphinx
Commits
adbe9ea3
Commit
adbe9ea3
authored
Jun 05, 2018
by
Spencer Williams
Browse files
rename extensions package
parent
5d383035
Changes
4
Hide whitespace changes
Inline
Side-by-side
extensions/setup.py
View file @
adbe9ea3
...
...
@@ -2,10 +2,10 @@
from
io
import
open
from
setuptools
import
setup
from
sphinx
contrib.rigado
import
__version__
from
sphinx
_rigado_extensions
import
__version__
setup
(
name
=
'sphinx
contrib-rigado
'
,
name
=
'sphinx
_rigado_extensions
'
,
version
=
__version__
,
author
=
'Spencer Williams'
,
author_email
=
'spencer.williams@rigado.com'
,
...
...
@@ -13,6 +13,6 @@ setup(
long_description
=
open
(
'README.rst'
,
encoding
=
'utf-8'
).
read
(),
url
=
'https://git.rigado.com/documentation/sphinx'
,
license
=
'MIT'
,
packages
=
[
'sphinx
contrib.rigado
'
],
packages
=
[
'sphinx
_rigado_extensions
'
],
include_package_data
=
True
,
)
extensions/sphinx
contrib/rigado
/__init__.py
→
extensions/sphinx
_rigado_extensions
/__init__.py
View file @
adbe9ea3
File moved
extensions/sphinx
contrib/rigado
/inventory-builder.py
→
extensions/sphinx
_rigado_extensions
/inventory-builder.py
View file @
adbe9ea3
File moved
extensions/sphinx
contrib/rigado
/tablelist.py
→
extensions/sphinx
_rigado_extensions
/tablelist.py
View file @
adbe9ea3
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment