Skip to content

Commit c84dd48

Browse files
committed
Add release history
1 parent 2956105 commit c84dd48

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

docs/conf.py

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
'description': 'Programmable HTTP server for testing',
3030
'fixed_sidebar': True,
3131
'github_button': True,
32+
'show_related': True,
33+
'show_relbar_bottom': True,
3234
}
3335
html_sidebars = {}
3436
intersphinx_mapping = {

docs/history.rst

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
===============
2+
Release History
3+
===============
4+
5+
`0.0.1`_
6+
========
7+
- Fixed minor CI problems. This is the first package on `PyPI`_ and
8+
`Read the Docs`_. Still no functionality but the build pipeline is
9+
complete.
10+
11+
.. _Read the Docs: https://har-server.readthedocs.io/en/latest/
12+
.. _PyPI: https://pypi.org/project/har-server
13+
14+
`0.0.0`_
15+
========
16+
- Initial source code commit. No package, no functionality. Just a
17+
basic building project.
18+
19+
.. _Next Release: https://github.com/dave-shawley/har-server/compare/0.0.1...head
20+
.. _0.0.1: https://github.com/dave-shawley/har-server/compare/0.0.0...0.0.1
21+
.. _0.0.0: https://github.com/dave-shawley/har-server/tree/0.0.0

docs/index.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
.. toctree::
44
:maxdepth: 2
5-
:caption: Contents:
5+
:hidden:
6+
7+
history

0 commit comments

Comments
 (0)