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 .. ---