From 9924b1cb11b5eaf8984de446bdaedd40289a2d0f Mon Sep 17 00:00:00 2001 From: Zach Ramsay Date: Wed, 11 Apr 2018 11:46:50 -0400 Subject: [PATCH] docs: build fixes --- docs/conf.py | 2 +- docs/index.rst | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f0fa0a634a..73a0220fd5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,7 +69,7 @@ language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This patterns also effect to html_static_path and html_extra_path -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] +exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'old'] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' diff --git a/docs/index.rst b/docs/index.rst index 23dd1e87a8..3bf1c06adc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -49,9 +49,10 @@ Staking :maxdepth: 1 staking/intro.rst - staking/key-management.rst - staking/local-testnet.rst - staking/public-testnet.rst + staking/testnet.rst +.. staking/key-management.rst +.. staking/local-testnet.rst +.. staking/public-testnet.rst .. IBC .. ---