Skip to content

Commit

Permalink
Merge pull request #4276 from italia/builderappendconf
Browse files Browse the repository at this point in the history
doc_builder: clarify sphinx backend append_conf docstring
  • Loading branch information
ericholscher authored Jun 21, 2018
2 parents ae9d47c + 717bf32 commit 6c8896b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/doc_builder/backends/sphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def get_config_params(self):
return data

def append_conf(self, **__):
"""Modify given ``conf.py`` file from a whitelisted user's project."""
"""Find or create a ``conf.py`` with a rendered ``doc_builder/conf.py.tmpl`` appended"""
try:
self.version.get_conf_py_path()
except ProjectConfigurationError:
Expand Down

0 comments on commit 6c8896b

Please sign in to comment.