{ "info": { "author": "Sylvain Arreckx", "author_email": "sylvain.arreckx@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Environment :: Web Environment", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Documentation", "Topic :: Software Development :: Documentation" ], "description": ".. _readthedocs.org: http://www.readthedocs.org\n.. _sphinx: http://www.sphinx-doc.org\n.. _hidden: http://sphinx-doc.org/markup/toctree.html\n\n******************\nJulia Sphinx Theme\n******************\n\n.. contents:: \n\n.. image:: screen_mobile.png\n :width: 100%\n\nInstallation\n============\n\nDownload the package or add it to your ``requirements.txt`` file:\n\n.. code:: bash\n\n $ pip install sphinx_julia_theme\n\nIn your ``conf.py`` file:\n\n.. code:: python\n\n import sphinx_julia_theme\n\n html_theme = \"sphinx_julia_theme\"\n\n html_theme_path = [sphinx_julia_theme.get_html_theme_path()]\n\n\nConfiguration\n=============\n\nYou can configure different parts of the theme.\n\nProject-wide configuration\n--------------------------\n\nThe theme's project-wide options are defined in the ``sphinx_julia_theme/theme.conf``\nfile of this repository, and can be defined in your project's ``conf.py`` via\n``html_theme_options``. For example:\n\n.. code:: python\n\n html_theme_options = {\n 'collapse_navigation': False,\n 'display_version': False,\n 'navigation_depth': 3,\n }\n\nPage-level configuration\n------------------------\n\nPages support metadata that changes how the theme renders.\nYou can currently add the following:\n\n* ``:github_url:`` This will force the \"Edit on GitHub\" to the configured URL\n* ``:bitbucket_url:`` This will force the \"Edit on Bitbucket\" to the configured URL\n* ``:gitlab_url:`` This will force the \"Edit on GitLab\" to the configured URL", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/syarra/sphinx_julia_theme/", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "sphinx_julia_theme", "package_url": "https://pypi.org/project/sphinx_julia_theme/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sphinx_julia_theme/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/syarra/sphinx_julia_theme/" }, "release_url": "https://pypi.org/project/sphinx_julia_theme/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Julia theme for Sphinx based on ReadTheDocs theme.", "version": "0.0.2" }, "last_serial": 2557758, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "", "digests": { "md5": "1fed947d4cbb0611636bfb39274746f1", "sha256": "dedee67de704a2ad9915fe8926d8d41d616304c1fe42043c9fabbaca1386edc3" }, "downloads": -1, "filename": "sphinx_julia_theme-0.0.2.tar.gz", "has_sig": false, "md5_digest": "1fed947d4cbb0611636bfb39274746f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6153, "upload_time": "2017-01-06T09:51:56", "url": "https://files.pythonhosted.org/packages/1f/dc/2a9b60c4b5505024d875048021aa6916ec271f4d18568c835d8a3130a1c5/sphinx_julia_theme-0.0.2.tar.gz" } ], "0.0.2rc0": [ { "comment_text": "", "digests": { "md5": "312398ffacb4c66cb79673ab50a3c10f", "sha256": "b797739d0c4f5bfac66bcdddb5497cff90b6781742c15dae8e9e5f11a3637774" }, "downloads": -1, "filename": "sphinx_julia_theme-0.0.2rc0.tar.gz", "has_sig": false, "md5_digest": "312398ffacb4c66cb79673ab50a3c10f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6207, "upload_time": "2017-01-06T13:43:11", "url": "https://files.pythonhosted.org/packages/fa/f3/34db43f6877d15465173c7002aefeef981d4dc2aef7264dcf1543ef264e7/sphinx_julia_theme-0.0.2rc0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1fed947d4cbb0611636bfb39274746f1", "sha256": "dedee67de704a2ad9915fe8926d8d41d616304c1fe42043c9fabbaca1386edc3" }, "downloads": -1, "filename": "sphinx_julia_theme-0.0.2.tar.gz", "has_sig": false, "md5_digest": "1fed947d4cbb0611636bfb39274746f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6153, "upload_time": "2017-01-06T09:51:56", "url": "https://files.pythonhosted.org/packages/1f/dc/2a9b60c4b5505024d875048021aa6916ec271f4d18568c835d8a3130a1c5/sphinx_julia_theme-0.0.2.tar.gz" } ] }