diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..0c61dd4 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,23 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.8" + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py + +# We recommend specifying your dependencies to enable reproducible builds: +# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html +python: + install: + - requirements: requirements.txt + - path: . diff --git a/docs/data-dictionary/joining_up_initiative.rst b/docs/data-dictionary/joining_up_initiative.rst index 208cbbd..1ccbf02 100644 --- a/docs/data-dictionary/joining_up_initiative.rst +++ b/docs/data-dictionary/joining_up_initiative.rst @@ -23,12 +23,23 @@ This is a list. One Joining Up Initiative can have multiple items of data. One i :path: /properties/departments/items -Documents ---------- +Headline evaluation URL +----------------------- + +This is a list. One Joining Up Initiative can have multiple items of data. One item of data is defined as: + +.. datadictionary:: + :schema: joining_up_initiative.json + :path: /properties/headline_evaluation/items -This is a list of supporting documentation for this Joining Up Initiative. One Joining Up Initiative can have multiple items of data. One item of data is defined as: +Other evaluation materials +-------------------------- + +This is a list. One Joining Up Initiative can have multiple items of data. One item of data is defined as: + .. datadictionary:: :schema: joining_up_initiative.json - :path: /properties/documents/items \ No newline at end of file + :path: /properties/other_evaluation_materials/items + diff --git a/docs/versions_changelog.rst b/docs/versions_changelog.rst index 9619ab8..a252751 100644 --- a/docs/versions_changelog.rst +++ b/docs/versions_changelog.rst @@ -25,6 +25,9 @@ Increments to Major numbers: Changelog --------- +Removed documents section from docs (this was stopping docs building) +Added existing "Headline evaluation URL" and "Other evaluation materials" sections to docs + 1.1.0 - 2023-04-25 ~~~~~~~~~~~~~~~~~~