diff options
| author | home_pc <[email protected]> | 2020-01-20 13:48:51 -0800 |
|---|---|---|
| committer | home_pc <[email protected]> | 2020-01-20 13:48:51 -0800 |
| commit | 75fa1d1810e98453960a81115d88302e276d817f (patch) | |
| tree | 92f37accb3cb041d056d00525b5830a69862631a /docs/build/_sources/_themes | |
| parent | fixed install.mel issue (diff) | |
| download | artv2-75fa1d1810e98453960a81115d88302e276d817f.tar.xz artv2-75fa1d1810e98453960a81115d88302e276d817f.zip | |
Uploading work on refactor
At this point, all components can build their skeletons. Next steps are to get components building their rigs.
Diffstat (limited to 'docs/build/_sources/_themes')
| -rw-r--r-- | docs/build/_sources/_themes/sphinx_pdj_theme-0.1.2/sphinx_pdj_theme-0.1.2/README.rst.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/build/_sources/_themes/sphinx_pdj_theme-0.1.2/sphinx_pdj_theme-0.1.2/README.rst.txt b/docs/build/_sources/_themes/sphinx_pdj_theme-0.1.2/sphinx_pdj_theme-0.1.2/README.rst.txt new file mode 100644 index 0000000..f651ec3 --- /dev/null +++ b/docs/build/_sources/_themes/sphinx_pdj_theme-0.1.2/sphinx_pdj_theme-0.1.2/README.rst.txt @@ -0,0 +1,22 @@ +PdJ Sphinx Theme +================ + +This theme is a dark theme for sphinx documentation based on the +read the docs theme. + +To install it, use pip: + + +.. code-block:: sh + + $ pip install sphinx_pdj_theme + + +To enable it in your project documentation, set the following in +your conf.py file. + +.. code-block:: python + + import sphinx_pdj_theme + html_theme = 'sphinx_pdj_theme' + htm_theme_path = [sphinx_pdj_theme.get_html_theme_path()] |