Skip to content

Commit

Permalink
Merge pull request #55 from philip-ndikum/read_the_docs
Browse files Browse the repository at this point in the history
Read the docs
  • Loading branch information
philip-ndikum authored Dec 16, 2024
2 parents e7cea82 + f144957 commit 2266f77
Show file tree
Hide file tree
Showing 39 changed files with 3,266 additions and 2,515 deletions.
4 changes: 4 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"projectName": "TemporalScope",
"projectOwner": "philip-ndikum"
}
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ share/python-wheels/
*.egg
MANIFEST

# Sphinx documentation
docs/_build/*
docs/.doctrees/
docs/.buildinfo
# Mkdocs documentation
/site/

# Jupyter / IPython
.ipynb_checkpoints/
Expand Down
2 changes: 2 additions & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ header:
- '**/*.sh'
- '.gitkeep'
- '.env.example'
- '.all-contributorsrc'
- 'scripts/gen_ref_docs.py'

comment: on-failure

Expand Down
7 changes: 3 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Read the Docs configuration file for Sphinx projects
# Read the Docs configuration file for Mkdocs projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2
Expand All @@ -15,6 +15,5 @@ python:
extra_requirements:
- docs

sphinx:
configuration: docs/conf.py
fail_on_warning: true
mkdocs:
configuration: mkdocs.yml
Loading

0 comments on commit 2266f77

Please sign in to comment.