Skip to content

Commit

Permalink
Fix intersphinx inventory (#237)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay Qi <jayqi@users.noreply.github.com>
  • Loading branch information
jayqi and jayqi committed Jun 3, 2022
1 parent 7e0356c commit 39e2e77
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions HISTORY.md
Expand Up @@ -7,8 +7,9 @@
- Added `is_relative_to` to `CloudPath` ([Issue #149](https://github.com/drivendataorg/cloudpathlib/issues/149), [PR #230](https://github.com/drivendataorg/cloudpathlib/pull/230))
- Added `is_absolute` to `CloudPath` (always true as `CloudPath` is always absolute) ([PR #230](https://github.com/drivendataorg/cloudpathlib/pull/230))
- Accept and delegate `read_text` parameters to cached file ([PR #230](https://github.com/drivendataorg/cloudpathlib/pull/230))
- Add `exist_ok` parameter to `touch` ([PR #230](https://github.com/drivendataorg/cloudpathlib/pull/230))
- Add `missing_ok` parameter to `unlink`, which defaults to True. This diverges from pathlib to maintain backward compatibility ([PR #230](https://github.com/drivendataorg/cloudpathlib/pull/230))
- Added `exist_ok` parameter to `touch` ([PR #230](https://github.com/drivendataorg/cloudpathlib/pull/230))
- Added `missing_ok` parameter to `unlink`, which defaults to True. This diverges from pathlib to maintain backward compatibility ([PR #230](https://github.com/drivendataorg/cloudpathlib/pull/230))
- Fixed missing root object entries in documentation's Intersphinx inventory ([Issue #211](https://github.com/drivendataorg/cloudpathlib/issues/211), [PR #237](https://github.com/drivendataorg/cloudpathlib/pull/237))

## v0.8.0 (2022-05-19)

Expand Down
10 changes: 5 additions & 5 deletions docs/mkdocs.yml
Expand Up @@ -55,22 +55,22 @@ plugins:
default_handler: python
handlers:
python:
selection:
options:
filters: ["!^_(?!_init__)"]
inherited_members: true
rendering:
show_root_heading: false
show_root_toc_entry: false
show_root_toc_entry: true
show_root_full_path: false
show_if_no_docstring: true
show_signature_annotations: true
show_source: true
heading_level: 2
group_by_category: true
show_category_heading: true
watch:
- ../cloudpathlib

extra:
version:
provider: mike

watch:
- ../cloudpathlib
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -10,7 +10,7 @@ mike
mkdocs>=1.2.2
mkdocs-jupyter
mkdocs-material>=7.2.6
mkdocstrings[python]>=0.19.0
mkdocstrings[python-legacy]>=0.19.0
mypy
pandas
pillow
Expand Down

0 comments on commit 39e2e77

Please sign in to comment.