Skip to content

Commit

Permalink
Upgrade certifi and other python requirements (#126)
Browse files Browse the repository at this point in the history
The certifi update fixes a security issue:
https://github.com/aurora-opensource/au/security/dependabot/1

As for the other updates, I suppose we're due for a refresh.

Test Plan
---------

I rendered the doc website and spot-checked the changes.  It looks like
with the new mkdocs version, we need to "opt in" to the footer links
that we used to get by default, so I added the relevant option.
  • Loading branch information
chiphogg authored Mar 20, 2023
1 parent cb61d4f commit 31fee71
Show file tree
Hide file tree
Showing 3 changed files with 278 additions and 95 deletions.
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ theme:
name: material
favicon: assets/favicon.ico
logo: assets/au-logo.png
features:
- navigation.footer

extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
Expand Down
5 changes: 5 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# To grab the latest version of every package, run:
#
# bazel run //:requirements.update -- --upgrade
#

mkdocs
mkdocs-material
Loading

0 comments on commit 31fee71

Please sign in to comment.