This repository was archived by the owner on Jun 14, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 249
249
# Example configuration for intersphinx: refer to the Python standard library.
250
250
intersphinx_mapping = {
251
251
'python' : ('http://docs.python.org/' , None ),
252
- 'distribute ' : ('http://packages.python. org/distribute /' , None ),
252
+ 'setuptools ' : ('http://pythonhosted. org/setuptools /' , None ),
253
253
'flask' : ('http://flask.pocoo.org/docs/' , None )
254
254
}
255
255
Original file line number Diff line number Diff line change @@ -118,13 +118,12 @@ Building SASS/SCSS for each deployment
118
118
119
119
.. note ::
120
120
121
- This section assumes that you use distribute _ (:mod: `setuptools `)
122
- for deployment.
121
+ This section assumes that you use setuptools _ for deployment.
123
122
124
123
.. seealso ::
125
124
126
125
Flask --- :ref: `flask:distribute-deployment `
127
- How to deploy Flask application using distribute _ .
126
+ How to deploy Flask application using setuptools _ .
128
127
129
128
If libsass has been installed in the :file: `site-packages ` (for example,
130
129
your virtualenv), :file: `setup.py ` script also gets had new command
@@ -173,4 +172,4 @@ command before. Make :file:`setup.cfg` config:
173
172
Now it automatically builds SASS/SCSS sources and include compiled CSS files
174
173
to the package archive when you run :program: `setup.py sdist `.
175
174
176
- .. _ distribute : http ://pypi.python.org/pypi/distribute
175
+ .. _ setuptools : https ://pypi.python.org/pypi/setuptools
You can’t perform that action at this time.
0 commit comments