Skip to content

Commit

Permalink
Drop recommonmark
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Apr 17, 2024
1 parent 0e206f4 commit 88edae1
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 62 deletions.
8 changes: 2 additions & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@
import os
import pathlib

from recommonmark.transform import AutoStructify

here = pathlib.Path(__file__).parent

# -- Project information -----------------------------------------------------

project = "yadism"
copyright = "2019-2022, the N3PDF team" # pylint: disable=redefined-builtin
author = "N3PDF team"
copyright = "2019-2024, the NNPDF team" # pylint: disable=redefined-builtin
author = "NNPDF team"

# -- General configuration ---------------------------------------------------

Expand All @@ -46,7 +44,6 @@
# particularly in markdown. See
# https://recommonmark.readthedocs.io/en/latest/#linking-to-headings-in-other-files
"sphinx.ext.autosectionlabel",
"recommonmark",
"sphinx.ext.napoleon",
"sphinx.ext.graphviz",
"sphinxcontrib.bibtex",
Expand Down Expand Up @@ -352,5 +349,4 @@ def setup(app):
},
True,
)
app.add_transform(AutoStructify)
app.connect("builder-inited", run_apidoc)
102 changes: 51 additions & 51 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,11 @@ pylint = "^3.1.0"
optional = true

[tool.poetry.group.docs.dependencies]
Sphinx = "^4.1.1"
sphinx-rtd-theme = "^0.5.2"
recommonmark = "^0.7.1"
sphinxcontrib-bibtex = "^2.3.0"
Sphinx = "^7.0.0"
sphinx-rtd-theme = "^1.0.0"
sphinxcontrib-bibtex = "^2.4.1"
sphinxcontrib-details-directive = "^0.1.0"
nbsphinx = "^0.8.6"
nbsphinx = "^0.8.8"
ipykernel = "^6.13.0"

[tool.poetry.extras]
Expand Down

0 comments on commit 88edae1

Please sign in to comment.