{"library":"sphinx-press-theme","title":"Sphinx Press Theme","type":"library","description":"A Sphinx-doc theme based on Vuepress. Version 0.9.1 provides a clean, modern theme for Sphinx documentation with a sidebar navigation similar to Vuepress. The library is in maintenance mode with infrequent releases.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install sphinx-press-theme"],"cli":null},"imports":["import sphinx_press_theme","html_theme = 'sphinx_press_theme'"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":"https://schettino72.github.io/sphinx_press_site/","github":"https://github.com/schettino72/sphinx_press_theme","docs":"https://schettino72.github.io/sphinx_press_site/","changelog":null,"pypi":"https://pypi.org/project/sphinx-press-theme/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"# conf.py\nimport sphinx_press_theme\n\nhtml_theme = 'sphinx_press_theme'\nhtml_theme_options = {\n    'repository_url': 'https://github.com/your/repo',\n    'repository_branch': 'main',\n    'home_page_title': 'My Docs',\n    'show_prev_next': False\n}","lang":"python","description":"Minimal setup: add the import and theme options to your Sphinx conf.py.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}