GithubHelp home page GithubHelp logo

groundwork-sphinx-theme's People

Contributors

danwos avatar kdschlosser avatar ubmarco avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

groundwork-sphinx-theme's Issues

After `pip install groundwork-sphinx-theme` and updating config.py, theme not found

I've tried a few other sphinx themes with success but I found that after these steps, the make html command produces a theme not found type error:

  1. pip install groundwork-sphinx-theme
  2. nano conf.py
  3. Updating html_theme = 'groundwork'

This error is produced:

make html
Running Sphinx v2.2.0
loading pickled environment... done

Theme error:
no theme named 'groundwork' found (missing theme.conf?)
make: *** [html] Error 2

Any suggestions?

No module named 'flask_theme_support'

Environment

OS: Windows 10 build 1903
Python: 3.8.0
Sphinx version: v2.2.1

Steps to reproduce:

  1. pip install groundwork-sphinx-theme
  2. edit conf.py
html_theme = 'groundwork'

html_theme_options = {
    "sidebar_width": '240px',
    "stickysidebar": True,
    "stickysidebarscrollable": True,
}
  1. make.bat html

Error log:

Running Sphinx v2.2.1
loading translations [zh_CN]... done
loading pickled environment... done

Exception occurred:
  File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'flask_theme_support'
The full traceback has been saved in C:\Users\uniq\AppData\Local\Temp\sphinx-err-7v7ee0fy.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!

My workaround:

  1. find theme.conf in /Lib/site-packages/groundwork_sphinx_theme/theme.conf
  2. edit theme.conf
pygments_style = groundwork_sphinx_theme.flask_theme_support.FlaskyStyle
  1. make.bat html works fine now.

Custom logo

It is not possible to add a custom logo on the theme.

Mobile Support

This might just be me, but I tend to view a lot of documentation on my phone. I think mobile support for this theme would be awesome.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.