From 49d56c00ac08e896889c11380a3860ff34300204 Mon Sep 17 00:00:00 2001 From: Thib Guicherd-Callin Date: Thu, 9 Feb 2023 08:05:44 -0800 Subject: [PATCH] Sphinx 6.x / Docutils 0.18.x is totally different (HTML5, CSS grid, etc.) and renders our footnotes with code-block wrong (and maybe other problems). Force sphinx<6, docutils<0.18 for now. See https://github.com/readthedocs/sphinx_rtd_theme/issues/1411. --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8958f38..98b1bf4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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: @@ -29,7 +29,8 @@ # Sphinx itself # https://pypi.org/project/Sphinx/ # https://www.sphinx-doc.org/ -sphinx +docutils<0.18 +sphinx<6 # The Sphinx theme by Read The Docs # https://pypi.org/project/sphinx-rtd-theme/