diff --git a/README.md b/README.md index 4b6a767..da32a17 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,4 @@ Running the tests will display the status for each test collected as follows: ## Documentation Full documentation, including installation and setup guides, can be found at -https://pytest-cmake.readthedocs.io/en/stable/ +https://python-cmake.github.io/pytest-cmake/ diff --git a/doc/conf.py b/doc/conf.py index f7cb441..d7e711f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -31,6 +31,7 @@ # -- HTML output -------------------------------------------------------------- html_theme = "sphinx_rtd_theme" +html_favicon = "favicon.ico" # If True, copy source rst files to output for reference. html_copy_source = True diff --git a/doc/favicon.ico b/doc/favicon.ico new file mode 100644 index 0000000..5378bc4 Binary files /dev/null and b/doc/favicon.ico differ