diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1592190..8f0b877 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,8 +11,4 @@ sphinx: python: install: - - requirements: docs/requirements.txt - -formats: - - pdf - - epub + - requirements: docs/requirements.txt \ No newline at end of file diff --git a/docs/installation.rst b/docs/installation.rst index be16c97..05cbb7d 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -1,16 +1,14 @@ Installation =========== -This guide covers both standard installation and Docker deployment options for the Looking Glass application. +This guide covers Docker deployment options for photonglass. Requirements ----------- -* Python 3.7 or higher (for standard installation) -* Node.js and npm (for standard installation) -* Docker and Docker Compose (for Docker deployment) +* Docker and Docker Compose * Network access to target devices -Docker Deployment +Deployment --------------- 1. Clone the repository::