[ https://issues.apache.org/jira/browse/CLIMATE-852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15502922#comment-15502922 ]
ASF GitHub Bot commented on CLIMATE-852: ---------------------------------------- GitHub user Omkar20895 opened a pull request: https://github.com/apache/climate/pull/409 CLIMATE-852 Addressing warnings in ocw documentation build - Addressed the warnings in documenation. - Made the conf.py code PEP8 compliant. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Omkar20895/climate master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/climate/pull/409.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #409 ---- commit f93749570e89e6db8fcdc1dc46f8c9480333c77d Author: Omkar20895 <omkarreddy2...@gmail.com> Date: 2016-09-19T09:54:38Z CLIMATE-852 Addressing warnings in ocw documentation build ---- > [OCW Documentation] Theme not found error > ------------------------------------------ > > Key: CLIMATE-852 > URL: https://issues.apache.org/jira/browse/CLIMATE-852 > Project: Apache Open Climate Workbench > Issue Type: Bug > Components: build process > Affects Versions: 1.1.0 > Reporter: Omkar Reddy > Fix For: 1.2.0 > > > When I try to build the documentation locally I get the following error, > Theme error: > no theme named 'alabaster' found (missing theme.conf?) > make: *** [html] Error 1 > When I did some digging, I got to know that the above theme used to be the > default theme for sphinx, but it has been outdated now, So I propose we > change the theme to more non-default theme such as 'sphinx_rtd_theme' or we > can add the latest default theme. I am more inclined to the first one, > because it is a stable non-default theme which does not change on sphinx > updation. Any suggestions are welcome. -- This message was sent by Atlassian JIRA (v6.3.4#6332)