This repository was archived by the owner on Oct 24, 2025. 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 249249# Example configuration for intersphinx: refer to the Python standard library.
250250intersphinx_mapping = {
251251 'python' : ('http://docs.python.org/' , None ),
252- 'distribute ' : ('http://packages.python. org/distribute /' , None ),
252+ 'setuptools ' : ('http://pythonhosted. org/setuptools /' , None ),
253253 'flask' : ('http://flask.pocoo.org/docs/' , None )
254254}
255255
Original file line number Diff line number Diff line change @@ -118,13 +118,12 @@ Building SASS/SCSS for each deployment
118118
119119.. note ::
120120
121- This section assumes that you use distribute _ (:mod: `setuptools `)
122- for deployment.
121+ This section assumes that you use setuptools _ for deployment.
123122
124123.. seealso ::
125124
126125 Flask --- :ref: `flask:distribute-deployment `
127- How to deploy Flask application using distribute _ .
126+ How to deploy Flask application using setuptools _ .
128127
129128If libsass has been installed in the :file: `site-packages ` (for example,
130129your virtualenv), :file: `setup.py ` script also gets had new command
@@ -173,4 +172,4 @@ command before. Make :file:`setup.cfg` config:
173172Now it automatically builds SASS/SCSS sources and include compiled CSS files
174173to the package archive when you run :program: `setup.py sdist `.
175174
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