{"id":34833060,"url":"https://github.com/openforcefield/openff-sphinx-theme","last_synced_at":"2026-05-22T22:36:00.750Z","repository":{"id":37294042,"uuid":"375529607","full_name":"openforcefield/openff-sphinx-theme","owner":"openforcefield","description":"A material-based, responsive theme inspired by mkdocs-material","archived":false,"fork":false,"pushed_at":"2026-04-16T10:42:32.000Z","size":95044,"stargazers_count":3,"open_issues_count":15,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-04-16T11:25:40.126Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://openforcefield.github.io/openff-sphinx-theme/dev","language":"Sass","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openforcefield.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-06-10T01:00:47.000Z","updated_at":"2026-04-16T07:17:21.000Z","dependencies_parsed_at":"2023-10-12T06:09:05.997Z","dependency_job_id":"d6155018-01e2-4fe3-a8f0-260f418d8c55","html_url":"https://github.com/openforcefield/openff-sphinx-theme","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/openforcefield/openff-sphinx-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openforcefield%2Fopenff-sphinx-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openforcefield%2Fopenff-sphinx-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openforcefield%2Fopenff-sphinx-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openforcefield%2Fopenff-sphinx-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openforcefield","download_url":"https://codeload.github.com/openforcefield/openff-sphinx-theme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openforcefield%2Fopenff-sphinx-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33374440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-22T21:56:13.512Z","status":"ssl_error","status_checked_at":"2026-05-22T21:56:10.769Z","response_time":265,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-25T15:57:35.105Z","updated_at":"2026-05-22T22:36:00.745Z","avatar_url":"https://github.com/openforcefield.png","language":"Sass","funding_links":[],"categories":[],"sub_categories":[],"readme":"OpenFF Sphinx theme\n=====================\n\n**License**\n\n|MIT License|\n\nA Material Design theme for Sphinx documentation.\nBased on `Material for Sphinx \u003chttps://bashtage.github.io/sphinx-material/\u003e`_.\n\nSee the theme's `demonstration site \u003chttps://openff-sphinx-theme.readthedocs.io/en/latest/\u003e`_ for examples of rendered rst and more detailed instructions.\n\nGetting Started\n---------------\n\nOr, add to your ReadTheDocs environment.yml\n\n.. code-block:: yaml\n\n    dependencies:\n        - pip\n        - \u003cconda dependency\u003e\n        - \u003cconda dependency\u003e\n        - \u003cconda dependency\u003e\n        # --- snip --- #\n        - pip:\n            - git+https://github.com/openforcefield/openff-sphinx-theme.git@main\n\nUpdate your ``conf.py`` with the required changes:\n\n.. code-block:: python\n\n    extensions.append(\"openff_sphinx_theme\")\n    html_theme = \"openff_sphinx_theme\"\n    html_sidebars = {\"**\": [\"globaltoc.html\", \"localtoc.html\", \"searchbox.html\"]}\n    \nThere are some basic customization options you probably also wanna set:\n\n.. code-block:: python\n\n    # Theme options are theme-specific and customize the look and feel of a\n    # theme further.\n    html_theme_options = {\n        # Repository integration\n        # Set the repo url for the link to appear\n        \"repo_url\": \"https://github.com/openforcefield/openff-toolkit\",\n        # The name of the repo. If must be set if repo_url is set\n        \"repo_name\": \"openff-toolkit\",\n        # Must be one of github, gitlab or bitbucket\n        \"repo_type\": \"github\",\n        # Colour for sidebar captions and other accents. One of\n        # openff-blue, openff-toolkit-blue, openff-dataset-yellow,\n        # openff-evaluator-orange, aquamarine, lilac, amaranth, grape,\n        # violet, pink, pale-green, green, crimson, eggplant, turquoise,\n        # or a tuple of three ints in the range [0, 255] corresponding to\n        # a position in RGB space.\n        \"color_accent\": \"openff-toolkit-blue\",\n    }\n\nMore customization options can be found in the `demonstration site \u003chttps://openforcefield.github.io/openff-sphinx-theme/\u003e`_.\n\n.. |MIT License| image:: https://img.shields.io/badge/License-MIT-blue.svg\n   :target: https://opensource.org/licenses/MIT-Clause\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenforcefield%2Fopenff-sphinx-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenforcefield%2Fopenff-sphinx-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenforcefield%2Fopenff-sphinx-theme/lists"}