Apple Developer Connection theme for Sphinx, 2015 version.
Project description
This is a sphinx theme that made for adc.
Check demo
Installation
Via package
Download the package or add it to your requirements.txt file:
$ pip install sphinx_adc_theme
In your conf.py file:
import sphinx_adc_theme
html_theme = "sphinx_adc_theme"
html_theme_path = [sphinx_adc_theme.get_html_theme_path()]
Via git or download
Symlink or subtree the sphinx_adc_theme/sphinx_adc_theme repository into your documentation at docs/_themes/sphinx_adc_theme then add the following two settings to your Sphinx conf.py file:
html_theme = "sphinx_adc_theme"
html_theme_path = ["_themes", ]
Changelog
See CHANGELOG.rst file
Contributing or modifying the theme
The sphinx_adc_theme is primarily a sass project that requires a few other sass libraries. I’m using bower to manage these dependencies and sass to build the css. The good news is I have a very nice set of grunt operations that will not only load these dependencies, but watch for changes, rebuild the sphinx demo docs and build a distributable version of the theme. The bad news is this means you’ll need to set up your environment similar to that of a front-end developer (vs. that of a python developer). That means installing node and ruby.
Set up your environment
Install sphinx into a virtual environment.
pip install sphinx
Install sass
gem install sass
Install node, bower and grunt.
// Install node
brew install node
// Install bower and grunt
npm install -g bower grunt-cli
// Now that everything is installed, let's install the theme dependecies.
npm install
Now that our environment is set up, make sure you’re in your virtual environment, go to this repository in your terminal and run grunt:
grunt
This default task will do the following very cool things that make it worth the trouble.
It’ll install and update any bower dependencies.
It’ll run sphinx and build new docs.
It’ll watch for changes to the sass files and build css from the changes.
It’ll rebuild the sphinx docs anytime it notices a change to .rst, .html, .js or .css files.
Before you create an issue
I don’t have a lot of time to maintain this project due to other responsibilities. I know there are a lot of Python engineers out there that can’t code sass / css and are unable to submit pull requests. That said, submitting random style bugs without at least providing sample documentation that replicates your problem is a good way for me to ignore your request. RST unfortunately can spit out a lot of things in a lot of ways. I don’t have time to research your problem for you, but I do have time to fix the actual styling issue if you can replicate the problem for me.
Before you send a Pull Request
When you’re done with your edits, you can run grunt build to clean out the old files and rebuild a new distribution, compressing the css and cleaning out extraneous files. Please do this before you send in a PR.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sphinx_adc_theme-0.1.7.tar.gz
.
File metadata
- Download URL: sphinx_adc_theme-0.1.7.tar.gz
- Upload date:
- Size: 241.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd9c543b4beb3076c733dfc594cc71bac6f96bfe86efcb5db30275da9cffbf3f |
|
MD5 | c75eef618524f0c4dd1684871f8f1375 |
|
BLAKE2b-256 | 2b9606c02dbe0f7a7836ddc111d4485af5e289e4f86c82483fcca04ab927709c |
File details
Details for the file sphinx_adc_theme-0.1.7-py2.py3-none-any.whl
.
File metadata
- Download URL: sphinx_adc_theme-0.1.7-py2.py3-none-any.whl
- Upload date:
- Size: 238.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90ffb43c9e767fda42c3ae6c28cf7c3eb3e198d2106819ea1ba0957b1570edbf |
|
MD5 | b9569e44527bfa276906c7781efc23de |
|
BLAKE2b-256 | 475a265ec1190511722d82d640caf626e674e3205fa006683906e01887692f8d |