doc: Recommend to use py38-sphinx instead of py36-sphinx

This commit is contained in:
Takeshi KOMIYA
2020-02-24 12:43:45 +09:00
parent 448937eb4d
commit 34255f6014

View File

@@ -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
~~~~~~~~