From 7fa307657a18ce6a4fcc2bd2fcf0af226c5d7ac2 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Fri, 16 Aug 2024 17:09:11 -0400 Subject: [PATCH] docs: rename contributing file --- CONTRIBUTING.md => CONTRIBUTING | 0 docs/source/conf.py | 1 + docs/source/developers/contributing.rst | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) rename CONTRIBUTING.md => CONTRIBUTING (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING similarity index 100% rename from CONTRIBUTING.md rename to CONTRIBUTING diff --git a/docs/source/conf.py b/docs/source/conf.py index ee0d3e0..64f5b74 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -56,6 +56,7 @@ source_suffix = { '.rst': 'restructuredtext', '.md': 'markdown', + 'CONTRIBUTING': 'markdown', } diff --git a/docs/source/developers/contributing.rst b/docs/source/developers/contributing.rst index d267ba8..4413921 100644 --- a/docs/source/developers/contributing.rst +++ b/docs/source/developers/contributing.rst @@ -1,2 +1,2 @@ -.. include:: ../../../CONTRIBUTING.md +.. include:: ../../../CONTRIBUTING :parser: myst_parser.docutils_