From 8fcf9da1ad0bc8d730ef3210fbbca7a48ca0b94a Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 11 Apr 2021 21:49:48 -0400 Subject: [PATCH] Docs: Move html generation to single directory --- docs/Makefile | 2 +- docs/guide/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index e9488273f..5884dfddb 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -21,7 +21,7 @@ DOXYGEN = doxygen SPHINXOPTS ?= -c guide SPHINXBUILD ?= sphinx-build -SOURCEDIR = . +SOURCEDIR = guide BUILDDIR = _build ###################################################################### diff --git a/docs/guide/conf.py b/docs/guide/conf.py index a4ef9e545..1d30f1d51 100644 --- a/docs/guide/conf.py +++ b/docs/guide/conf.py @@ -41,7 +41,7 @@ copyright = '2021 by Wilson Snyder, under LGPL-3.0 or Artistic-2.0' author = 'Wilson Snyder' # The master toctree document. -master_doc = "guide/index" +master_doc = "index" version = get_vlt_version() release = get_vlt_version() @@ -120,7 +120,7 @@ html_context = { 'display_github': True, 'github_user': 'verilator', 'github_repo': 'verilator', - 'github_version': 'master/docs/', + 'github_version': 'master/docs/guide/', } # Add any paths that contain custom static files (such as style sheets) here,