Skip to content

Commit

Permalink
Merge pull request #501 from 777arc/777arc-patch-1
Browse files Browse the repository at this point in the history
Remove the 9999 from top left of docs pages
  • Loading branch information
martindurant authored Sep 12, 2024
2 parents af4c5dd + 826ed1b commit 4a55497
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
To build docs:

- create an environment using the ``requirements.txt`` file in this directory
- run ``make`` in this directory
- find the docs is "./build/html", probably starting with file "index.html"
- `cd docs`
- create an environment using the `requirements.txt` file in this directory, e.g., `pip install -r requirements.txt`
- run `make html`
- open `build/html/index.html`
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
project = 'kerchunk'
copyright = '2021, Martin Durant'
author = 'Martin Durant'
version = kerchunk.__version__
# No easy way to get the latest version based on how the github pages are built/deployed, so leave it blank or else it will be 9999
version = ''

# -- General configuration ---------------------------------------------------

Expand Down

0 comments on commit 4a55497

Please sign in to comment.