diff --git a/.readthedocs.yaml b/.readthedocs.yaml index bdc882e..2fb6f13 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,7 +17,7 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: - configuration: docs/conf.py + configuration: docs/source/conf.py # If using Sphinx, optionally build your docs in additional formats such as PDF # formats: diff --git a/docs/source/conf.py b/docs/source/conf.py index 50c1af5..96559e5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,5 +59,5 @@ html_baseurl = 'nvdlib.com' -master_doc = "docs/index" +master_doc = "index" html_logo = "_static/logo_small.png" \ No newline at end of file