diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-11-24 01:40:58 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-11-24 01:40:58 -0800 |
| commit | 88dd1fc665b0f2f87e276dde85f4df53d88c6898 (patch) | |
| tree | 490344373969cd98c78dc8dd2a9b5bfdf3f476a8 /docs | |
| parent | a7f3065da246480e674077786d0ab707a9c1c964 (diff) | |
| download | pyramid-88dd1fc665b0f2f87e276dde85f4df53d88c6898.tar.gz pyramid-88dd1fc665b0f2f87e276dde85f4df53d88c6898.tar.bz2 pyramid-88dd1fc665b0f2f87e276dde85f4df53d88c6898.zip | |
comment out autodoc of TranslationString to get docs to build on Travis-CI
https://travis-ci.org/Pylons/pyramid/jobs/178536008#L406
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api/i18n.rst | 1 | ||||
| -rw-r--r-- | docs/style-guide.rst | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/api/i18n.rst b/docs/api/i18n.rst index 3b9abbc1d..7a61246df 100644 --- a/docs/api/i18n.rst +++ b/docs/api/i18n.rst @@ -6,6 +6,7 @@ .. automodule:: pyramid.i18n .. autoclass:: TranslationString + :noindex: .. autofunction:: TranslationStringFactory diff --git a/docs/style-guide.rst b/docs/style-guide.rst index 45eaed634..641d0fad5 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -731,7 +731,7 @@ API documentation .. automodule:: pyramid.i18n -.. autoclass:: TranslationString +.. .. autoclass:: TranslationString -.. autofunction:: TranslationStringFactory +.. .. autofunction:: TranslationStringFactory |
