Loading .readthedocs.yaml +3 −0 Changes for .readthedocs.yaml: 3 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ build: os: ubuntu-22.04 tools: python: "3.11" jobs: post_install: - cd docs && make includes mkdocs: configuration: ./docs/mkdocs.yml Loading docs/dummy/__init__.pydeleted 100644 → 0 +0 −2 Changes for docs/dummy/__init__.py: 0 added lines, 2 removed lines. Original line number Diff line number Diff line # Dummy package. We use this so we can invoke setup.py so readthedocs will run arbitrary commands # in order to npm install the base package. docs/setup.pydeleted 100644 → 0 +0 −18 Changes for docs/setup.py: 0 added lines, 18 removed lines. Original line number Diff line number Diff line # Dummy setup.py so we can invoke npm install on readthedocs. import os from setuptools import setup from pathlib import Path current = Path(__file__).parent os.chdir(current) os.system('make install_prereqs') os.system('make includes') os.chdir(current) setup( name='providence-docs', version='0.0.1', packages=['dummy'], install_requires=[], ) Loading
.readthedocs.yaml +3 −0 Changes for .readthedocs.yaml: 3 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ build: os: ubuntu-22.04 tools: python: "3.11" jobs: post_install: - cd docs && make includes mkdocs: configuration: ./docs/mkdocs.yml Loading
docs/dummy/__init__.pydeleted 100644 → 0 +0 −2 Changes for docs/dummy/__init__.py: 0 added lines, 2 removed lines. Original line number Diff line number Diff line # Dummy package. We use this so we can invoke setup.py so readthedocs will run arbitrary commands # in order to npm install the base package.
docs/setup.pydeleted 100644 → 0 +0 −18 Changes for docs/setup.py: 0 added lines, 18 removed lines. Original line number Diff line number Diff line # Dummy setup.py so we can invoke npm install on readthedocs. import os from setuptools import setup from pathlib import Path current = Path(__file__).parent os.chdir(current) os.system('make install_prereqs') os.system('make includes') os.chdir(current) setup( name='providence-docs', version='0.0.1', packages=['dummy'], install_requires=[], )