From b4e4c289571c115b116fa3700cc5b89fa37255f2 Mon Sep 17 00:00:00 2001 From: Michal Raczycki Date: Thu, 11 May 2023 09:00:07 +0100 Subject: [PATCH] fixing broken docs reference --- .readthedocs.yaml | 2 +- docs/Makefile | 2 +- docs/{source => }/conf.py | 0 docs/source/index.rst | 44 --------------------------------------- 4 files changed, 2 insertions(+), 46 deletions(-) rename docs/{source => }/conf.py (100%) delete mode 100644 docs/source/index.rst diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a2f4e1549..010b0bdd0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,4 +16,4 @@ python: sphinx: fail_on_warning: false - configuration: docs/source/conf.py + configuration: docs/conf.py diff --git a/docs/Makefile b/docs/Makefile index 2cbd3db51..96a420c7d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -4,7 +4,7 @@ # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = sphinx-build -SOURCEDIR = source +SOURCEDIR = BUILDDIR ?= _build # Put it first so that "make" without argument is like "make help". diff --git a/docs/source/conf.py b/docs/conf.py similarity index 100% rename from docs/source/conf.py rename to docs/conf.py diff --git a/docs/source/index.rst b/docs/source/index.rst deleted file mode 100644 index 88ce80c1b..000000000 --- a/docs/source/index.rst +++ /dev/null @@ -1,44 +0,0 @@ -PyMC experimental -=================================================== -|Tests| -|Coverage| -|Black| - - -.. |Tests| image:: https://github.com/pymc-devs/pymc-experimental/actions/workflows/test.yml/badge.svg - :target: https://github.com/pymc-devs/pymc-experimental - -.. |Coverage| image:: https://codecov.io/gh/pymc-devs/pymc-experimental/branch/main/graph/badge.svg?token=ZqH0KCLKAE - :target: https://codecov.io/gh/pymc-devs/pymc-experimental - -.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg - :target: https://github.com/ambv/black - - - -Where we grow the next batch of cool PyMC features - - -Dependencies -============ -PyMC experimental is tested on Python 3.8+ and depends on PyMC V5. - -Installation -============ - -.. code-block:: bash - - pip install git+https://github.com/pymc-devs/pymc-experimental.git - -Contributing -============ -We welcome contributions from interested individuals or groups! For information about contributing to PyMC experimental check out our instructions, policies, and guidelines `here `_. - -Contributors -============ -See the `GitHub contributor page `_. - -.. toctree:: - :hidden: - - api_reference