Skip to content

Commit

Permalink
Merge pull request #2206 from PhilipVinc:patch-2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 456233501
  • Loading branch information
Flax Authors committed Jun 21, 2022
2 parents 66b4a0e + 025e597 commit 4042eee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

html_theme_options = {
"repository_url": "https://github.com/google/flax",
"use_repository_button": True, # add a "link to repository" button
"use_issues_button": False, # add an "Open an Issue" button
"path_to_docs": "docs", # used to compute the path to launch notebooks in colab
}


nbsphinx_codecell_lexer = 'ipython3'

nbsphinx_prolog = r"""
Expand Down

0 comments on commit 4042eee

Please sign in to comment.