Docs for configuration directory mode, refs #731

This commit is contained in:
Simon Willison 2020-04-26 21:25:54 -07:00
commit da556f2b50
5 changed files with 84 additions and 28 deletions

View file

@ -26,7 +26,7 @@ def get_labels(filename):
@pytest.mark.parametrize("config", app.CONFIG_OPTIONS)
def test_config_options_are_documented(config):
assert config.name in get_headings("config.rst")
assert config.name in get_headings("config.rst", "~")
@pytest.mark.parametrize(