Skip to content

Commit 4b99f87

Browse files
authored
Fix documentation generation (#12)
2 parents 3d667f3 + f958407 commit 4b99f87

File tree

9 files changed

+4
-2322
lines changed

9 files changed

+4
-2322
lines changed

.github/workflows/python-package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.7", "3.10", "3.11"]
16+
python-version: ["3.10", "3.11"]
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Set up Python ${{ matrix.python-version }}

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.vscode
22
release.sh
3+
docs
34

45
#####=== Python ===#####
56

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# jsonfeed
2-
[![PyPI](https://img.shields.io/pypi/v/jsonfeed-util)](https://pypi.org/project/jsonfeed-util/) [![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/lukasschwab/jsonfeed/python-package.yml?branch=master)](https://github.com/lukasschwab/jsonfeed/actions?query=branch%3Amaster) [![Full package documentation](https://img.shields.io/badge/docs-hosted-brightgreen)](https://lukasschwab.me/jsonfeed/index.html)
2+
[![PyPI](https://img.shields.io/pypi/v/jsonfeed-util)](https://pypi.org/project/jsonfeed-util/) [![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/lukasschwab/jsonfeed/python-package.yaml?branch=master)](https://github.com/lukasschwab/jsonfeed/actions?query=branch%3Amaster) [![Full package documentation](https://img.shields.io/badge/docs-hosted-brightgreen)](https://lukasschwab.me/jsonfeed/index.html)
33

44
`jsonfeed` is a Python package for parsing and constructing [JSON Feeds](https://jsonfeed.org/version/1.1). It explicitly supports JSON Feed Version 1.1.
55

docs/index.html

-7
This file was deleted.

docs/jsonfeed.html

-1,522
This file was deleted.

docs/jsonfeed/converters.html

-237
This file was deleted.

docs/jsonfeed/converters/feedparser.html

-507
This file was deleted.

docs/search.js

-46
This file was deleted.

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ feedparser==6.0.2
22

33
# Development dependencies
44
pytest>=6.2.2
5+
pdoc==14.5.1
56
pip-audit>=1.1.2
6-

0 commit comments

Comments
 (0)