################################################### Publish your first web pages ################################################### Now that the web pages are generated, copy the files to the ``var/www/{web site directory}`` folder served by the web server. .. code-block:: bash (.venv) usr1@server:~/sphinx$ cp -R -v docs/build/html /var/www/{website directory}/ Go to the url of your website and refresh. You should see the following page dispayed .. image:: /_static/img/lumache-first-light.png :width: 400 :alt: First web site Now that you have a first version running, we will customise the look-and-feel and the content of the web pages.