diff --git a/docs/standard/technical/build.rst b/docs/standard/technical/build.rst index 97c219d8..d5538362 100644 --- a/docs/standard/technical/build.rst +++ b/docs/standard/technical/build.rst @@ -47,47 +47,12 @@ Install the requirements: Run tests --------- -.. admonition:: One-time setup - - Install Chrome. On Linux: - - .. code-block:: shell - - curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb - sudo apt install ./google-chrome-stable_current_amd64.deb - - Install ChromeDriver. On Linux: - - .. code-block:: shell - - curl -O https://chromedriver.storage.googleapis.com/2.37/chromedriver_linux64.zip - unzip chromedriver_linux64.zip -d chromedriver - - Or, on macOS: - - .. code-block:: shell - - curl -O https://chromedriver.storage.googleapis.com/2.37/chromedriver_mac64.zip - unzip chromedriver_mac64.zip -d chromedriver - Build the documentation: .. code-block:: shell make -Add ChromeDriver to the ``PATH``. Using Bash: - -.. code-block:: shell - - export PATH=$PATH:`pwd`/chromedriver - -Or, using fish shell: - -.. code-block:: shell - - set PATH $PATH chromedriver - Run the tests: .. code-block:: shell