diff --git a/requirements_dev.txt b/requirements_dev.txt index f7ef0312..f0376cca 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,11 @@ coveralls flake8 pytest -pytest-cov pytest-cache +pytest-cov +recommonmark requests +sphinx +sphinx-rtd-theme +sphinxcontrib-napoleon websocket-client diff --git a/requirements_doc.txt b/requirements_doc.txt deleted file mode 100644 index f27cc889..00000000 --- a/requirements_doc.txt +++ /dev/null @@ -1,19 +0,0 @@ -#--------------------------------------------------------- -# PlexAPI requirements to build documentation. -# pip install -r requirments_doc.txt -# -# If testing locally: -# sudo apt-get install python3-sphinx -#--------------------------------------------------------- -coveralls -flake8 -pytest -pytest-cov -pytest-cache -requests -websocket-client - -recommonmark -sphinx -sphinx-rtd-theme -sphinxcontrib-napoleon