|
6 | 6 | # -- Project information ----------------------------------------------------- |
7 | 7 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information |
8 | 8 |
|
9 | | -project = 'rf_diffusion' |
10 | | -copyright = '2024, Baker Lab' |
11 | | -author = 'Baker Lab' |
| 9 | +project = 'RFdiffusion2' |
| 10 | +copyright = '2025, Institute for Protein Design, University of Washington' |
| 11 | +author = 'Woody Ahern, Jason Yim, Doug Tischer, Saman Salike, Seth M. Woodbury, Donghyo Kim, Indrek Kalvet, Yakov Kipnis, Brian Coventry, Han Raut Altae-Tran, Magnus Bauer, Regina Barzilay, Tommi S. Jaakkola, Rohith Krishna, David Baker' |
12 | 12 |
|
13 | 13 | # -- General configuration --------------------------------------------------- |
14 | 14 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration |
|
17 | 17 | 'sphinx.ext.todo', |
18 | 18 | 'sphinx.ext.viewcode', |
19 | 19 | 'sphinx.ext.autodoc', |
20 | | - 'sphinx_rtd_theme', |
21 | 20 | 'sphinx.ext.napoleon', |
22 | 21 | 'sphinx_mdinclude', |
| 22 | + #'myst_parser', # to use markdown instead of ReST' |
23 | 23 |
|
24 | 24 | ] |
25 | 25 |
|
| 26 | +#myst_enable_extensions = ["colon_fence"] # see https://mystmd.org/guide/syntax-overview for more information |
| 27 | + |
26 | 28 | suppress_warnings = [ |
27 | 29 | 'app.add_node', |
28 | 30 | 'app.add_directive', |
|
66 | 68 | # -- Options for HTML output ------------------------------------------------- |
67 | 69 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output |
68 | 70 |
|
69 | | -html_theme = 'sphinx_rtd_theme' |
| 71 | +html_theme = 'furo' |
70 | 72 | html_static_path = ['_static'] |
| 73 | + |
| 74 | + |
| 75 | +html_theme_options = { |
| 76 | + "sidebar_hide_name":False, |
| 77 | + "top_of_page_buttons": ["edit"], |
| 78 | + "" |
| 79 | + #"announcement": "<em>THIS DOCUMENTATION IS CURRENTLY UNDER CONSTRUCTION</em>", |
| 80 | + "light_css_variables": { |
| 81 | + "color-brand-primary": "#F68A33", # Rosetta Teal |
| 82 | + "color-brand-content": "#37939B", # Rosetta Orange |
| 83 | + "color-admonition-background": "#FB35D6", # Rosetta light orange |
| 84 | + "font-stack": "Open Sans, sans-serif", |
| 85 | + "font-stack--headings": "Open Sans, sans-serif", |
| 86 | + "color-background-hover": "#DCE8E8ff", |
| 87 | + "color-announcement-background" : "#F68A33dd", |
| 88 | + "color-announcement-text": "#070707", |
| 89 | + "color-brand-visited": "#37939B", |
| 90 | + }, |
| 91 | + "dark_css_variables": { |
| 92 | + "color-brand-primary": "#37939B", # Rosetta teal |
| 93 | + "color-brand-content": "#F68A33", # Rosetta orange |
| 94 | + "color-admonition-background": "#FB35D6", # Rosetta light orange |
| 95 | + "font-stack": "Open Sans, sans-serif", |
| 96 | + "font-stack--headings": "Open Sans, sans-serif", |
| 97 | + "color-brand-visited": "#37939B", |
| 98 | + } |
| 99 | + } |
0 commit comments