Skip to content

Commit

Permalink
Use specific versions in Python requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
thibgc committed Feb 9, 2023
1 parent 98d698a commit f88d32f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2000-2022, Board of Trustees of Leland Stanford Jr. University
# Copyright (c) 2000-2023, Board of Trustees of Leland Stanford Jr. University
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -29,19 +29,21 @@
# Sphinx itself
# https://pypi.org/project/Sphinx/
# https://www.sphinx-doc.org/
sphinx
docutils==0.17.1
sphinx==5.3.0

# The Sphinx theme by Read The Docs
# https://pypi.org/project/sphinx-rtd-theme/
# https://sphinx-rtd-theme.readthedocs.io/
sphinx-rtd-theme
sphinx-rtd-theme==1.1.1

# The sphinxcontrib.email extension, to obfuscate mailto links
# https://pypi.org/project/sphinxcontrib-email/
# https://github.com/sphinx-contrib/email
sphinxcontrib-email
sphinxcontrib-email==0.3.6

# The sphinx_design extension, to make grids, cards, dropdowns, tabs, badges, buttons, icons
# https://pypi.org/project/sphinx_design
# https://sphinx-design.readthedocs.io/
sphinx_design
sphinx_design==0.3.0

0 comments on commit f88d32f

Please sign in to comment.