Random update to docs: update link to node providers, building docs

pull/1940/head
derekpierre 2020-04-30 10:33:09 -04:00
parent 82349548eb
commit f54dca70e8
4 changed files with 3 additions and 9 deletions

View File

@ -12,7 +12,6 @@ packaging==20.3
Pygments==2.6.1
pyparsing==2.4.7
pytz==2019.3
recommonmark==0.6.0
requests==2.23.0
six==1.14.0
snowballstemmer==2.0.0

View File

@ -171,7 +171,7 @@ Building Documentation
.. note::
``sphinx``, ``recommonmark``, ``aafigure`` and ``sphinx_rtd_theme`` are non-standard dependencies that can be installed
``sphinx`` and ``sphinx_rtd_theme`` are non-standard dependencies that can be installed
by running ``pip install -e .[docs]`` from the project directory.
@ -184,8 +184,7 @@ To build the project dependencies locally:
.. code:: bash
(nucypher)$ cd nucypher/docs/
(nucypher)$ make html
(nucypher)$ make docs
If the build is successful, the resulting html output can be found in ``nucypher/docs/build/html``;

View File

@ -13,7 +13,4 @@ Node as a Service Providers
If you are a provider and wish to be included in this list,
please submit a pull request.
The following staking pools and node infrastructure providers support the NuCypher Network (alphabetical order):
* `Provider Name <https://example.com/>`_
Staking pools and node infrastructure providers that support the NuCypher Network are available `here <https://github.com/nucypher/validator-profiles>`_.

View File

@ -92,7 +92,6 @@ DEPLOY_REQUIRES = [
DOCS_REQUIRE = [
'sphinx',
'sphinx-autobuild',
'recommonmark',
'sphinx_rtd_theme'
]