From 714b9b0a46cdb3995dfe356476c2a32c484e958d Mon Sep 17 00:00:00 2001 From: Brad <48965163+vehemont@users.noreply.github.com> Date: Mon, 8 May 2023 16:54:30 -0500 Subject: [PATCH] y --- .readthedocs.yaml | 2 +- docs/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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