diff --git a/README.md b/README.md index d7a7d4b6f..df671ef02 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ Home    Install    Documentation    - Slack Invite    Cray Labs    + Contact    + Join us on Slack!   

diff --git a/doc/conf.py b/doc/conf.py index 637e6cba6..e63bcf2d2 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -82,10 +82,16 @@ # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] +slack_invite ="https://join.slack.com/t/craylabs/shared_invite/zt-nw3ag5z5-5PS4tIXBfufu1bIvvr71UA" +extra_footer = ('Questions? You can contact contact us or ' + f'join us on Slack!' + ) + html_theme_options = { "repository_url": "https://github.com/CrayLabs/SmartSim", "use_repository_button": True, "use_issues_button": True, + "extra_footer": extra_footer, } autoclass_content = 'both' diff --git a/doc/requirements-doc.txt b/doc/requirements-doc.txt index 643d17992..86e02946f 100644 --- a/doc/requirements-doc.txt +++ b/doc/requirements-doc.txt @@ -4,7 +4,7 @@ sphinx-book-theme==0.2.0 sphinx-fortran==1.1.1 nbsphinx>=0.8.2 docutils==0.17 -torch==1.7.1 -tensorflow==2.5.2 +torch==1.11.0 +tensorflow==2.8.0 ipython jinja2==3.0.3 \ No newline at end of file