[ https://issues.apache.org/jira/browse/CLIMATE-852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15524874#comment-15524874 ]
ASF GitHub Bot commented on CLIMATE-852: ---------------------------------------- GitHub user lewismc opened a pull request: https://github.com/apache/climate/pull/410 CLIMATE-852 [OCW Documentation] Theme not found error Hi @Omkar20895 this fixes the documentation warning on my end and also runs autopep8 over the entire Python source to ensure that it is PEP8-compliant. Can you please check it all. You can merge this pull request into a Git repository by running: $ git pull https://github.com/lewismc/climate CLIMATE-852 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/climate/pull/410.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 #410 ---- commit 731419f8a2b31b8f3466d78efe7710957c44f813 Author: Lewis John McGibbney <lewis.mcgibb...@gmail.com> Date: 2016-09-27T02:59:22Z CLIMATE-852 [OCW Documentation] Theme not found error ---- > [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)