From 44b1e4532fd4bdab38b87b3382bb13deee75e537 Mon Sep 17 00:00:00 2001 From: MichaelBroughton Date: Mon, 18 Oct 2021 14:05:50 -0700 Subject: [PATCH] Updates fqe include path for site rendering (#746) Changes path to `_toc.yaml` to match directory paths used for website. --- docs/_book.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_book.yaml b/docs/_book.yaml index 6c28f009f..56e376c79 100644 --- a/docs/_book.yaml +++ b/docs/_book.yaml @@ -57,6 +57,6 @@ upper_tabs: - heading: "OpenFermion-FQE" - title: "All Symbols" path: /reference/python/openfermion_fqe/all_symbols - - include: /reference/python/openfermion_fqe/_toc.yaml + - include: /reference/python/fqe/_toc.yaml - include: /_book/upper_tabs_right.yaml