Skip to content

Commit

Permalink
Add legal links to the doc (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbalioglu authored Aug 30, 2023
1 parent b499593 commit b43fda4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

author = "Fundamental AI Research (FAIR) at Meta"

copyright = "Meta Platforms, Inc. and affiliates"

# ------------------------------------------------------------
# General Configuration
# ------------------------------------------------------------
Expand Down Expand Up @@ -71,4 +69,6 @@
"navigation_depth": 3,
}

html_show_copyright = False

html_static_path = ["static"]
7 changes: 7 additions & 0 deletions doc/templates/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{% extends '!footer.html' %}

{% block extrafooter %}
<p style="margin-top: 30px"><a href="https://opensource.fb.com/legal/terms">Terms of Use</a>, <a href="https://opensource.fb.com/legal/privacy">Privacy Policy</a></p>

<p>Copyright © Meta Platforms, Inc</p>
{% endblock %}

0 comments on commit b43fda4

Please sign in to comment.