Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@
# directories to ignore when looking for source files.
exclude_patterns = ["build"]

# Mock imports so API docs render without installing dependencies.
autodoc_mock_imports = ["diffpy.utils"]

# The reST default role (used for this markup: `text`) to use for all
# documents.
# default_role = None
Expand Down
23 changes: 23 additions & 0 deletions news/docs-render.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* No news added: mock diffpy.utils and add it as dependency to docs.txt

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>
Loading