diff --git a/docs/README.md b/docs/README.md index 98e08a1..b61e9a4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -26,3 +26,5 @@ We have included an extra GitHub actions workflow in `.github/workflows/docs_bui * The published docs are by default hosted at `https://.github.io//`. To enable hosting, you will need to go to the settings of your repository, and under the "Pages" section, select the `gh-pages` branch as the source for your GitHub pages site. * A popular alternative to GitHub pages for hosting the documentation is [Read the Docs](https://readthedocs.org/). To enable hosting on Read the Docs, you will need to create an account on the website and follow the instructions to link your GitHub repository to your Read the Docs account. +## Publishing override +Go onto the github actions page on GitHub and go to the "Build Sphinx docs and deploy to GitHub Pages" workflow. Click "Run workflow". Should manually build and deploy docs with requiring a new tag. \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 79726cf..55bd351 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -110,7 +110,7 @@ } ], "logo": { - "text": f"{project} v{release}", + "text": f"{project}", #v{release} for release version "image_light": "logo_small.png", "image_dark": "logo_small.png", },