Files
sphinx_rtd_theme/tests/roots/test-empty/conf.py
Anthony Johnson 79c72ef53d Adds testing and hopefully a final fix for the empty toctree issue
This adds some more hacky fixes to our layout to avoid singlehtml builders.
Instead of trying to guess if this is working, I added testing!
2017-03-06 14:45:58 -08:00

5 lines
76 B
Python

# -*- coding: utf-8 -*-
master_doc = 'index'
exclude_patterns = ['_build']