mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
doc: Recommend to use py38-sphinx instead of py36-sphinx
This commit is contained in:
@@ -76,22 +76,22 @@ __ https://formulae.brew.sh/formula/sphinx-doc
|
||||
MacPorts
|
||||
~~~~~~~~
|
||||
|
||||
Install either ``python36-sphinx`` using :command:`port`:
|
||||
Install either ``python3x-sphinx`` using :command:`port`:
|
||||
|
||||
::
|
||||
|
||||
$ sudo port install py36-sphinx
|
||||
$ sudo port install py38-sphinx
|
||||
|
||||
To set up the executable paths, use the ``port select`` command:
|
||||
|
||||
::
|
||||
|
||||
$ sudo port select --set python python36
|
||||
$ sudo port select --set sphinx py36-sphinx
|
||||
$ sudo port select --set python python38
|
||||
$ sudo port select --set sphinx py38-sphinx
|
||||
|
||||
For more information, refer to the `package overview`__.
|
||||
|
||||
__ https://www.macports.org/ports.php?by=library&substr=py36-sphinx
|
||||
__ https://www.macports.org/ports.php?by=library&substr=py38-sphinx
|
||||
|
||||
Anaconda
|
||||
~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user