mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
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!
5 lines
76 B
Python
5 lines
76 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
master_doc = 'index'
|
|
exclude_patterns = ['_build']
|