From c99d385f47a987d4ed7df8ac1601d81e0d7e042b Mon Sep 17 00:00:00 2001 From: griznog Date: Thu, 23 May 2024 16:43:59 -0700 Subject: [PATCH] Replace ref to docusaurus with Sphinx --- CHANGELOG.md | 4 ++++ userdocs/contributing/documentation.rst | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6957b2c0..f53ce1a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Add examples for building overlays in parallel to documentation +### Changed + +- Replace reference to docusaurus with Sphinx + ## v4.5.2, 2024-05-13 ### Added diff --git a/userdocs/contributing/documentation.rst b/userdocs/contributing/documentation.rst index 17100d9b..4b0663f4 100644 --- a/userdocs/contributing/documentation.rst +++ b/userdocs/contributing/documentation.rst @@ -13,8 +13,8 @@ suggest an improvement `pull request `_ on `our repository `_. -The current documentation is generated with `Docusaurus -`_. +The current documentation is generated with `Sphinx +`_. For more information on using Git and GitHub to create a pull request suggesting additions and edits to the docs, see the `section on