File tree 3 files changed +26
-1
lines changed
3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 29
29
'description' : 'Programmable HTTP server for testing' ,
30
30
'fixed_sidebar' : True ,
31
31
'github_button' : True ,
32
+ 'show_related' : True ,
33
+ 'show_relbar_bottom' : True ,
32
34
}
33
35
html_sidebars = {}
34
36
intersphinx_mapping = {
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 2
2
3
3
.. toctree ::
4
4
:maxdepth: 2
5
- :caption: Contents:
5
+ :hidden:
6
+
7
+ history
You can’t perform that action at this time.
0 commit comments