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.

(.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

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.