Commit Graph

10 Commits

Author SHA1 Message Date
Schuyler Martin
64a8c59e7d ISSUE-3924 Bumps mkdocs and associated tools
This attempts to fix #3942 by way of upgrading `mkdocs` and the associated
dependencies. As I mentioned in the issue, it looks like the hamburger menu
glitch has been fixed in `mkdocs-material` upstream.

**NOTE**
I have been unable to test this change. I currently cannot get past an issue
with `plantuml` when I attempt to run the docs with the suggested:
```sh
make install_venv serve -C docs/mkdocs
```

Here is the issue. I get this error on both MacOS and a Ubuntu machine no
matter which branch I am on. I don't see any mention of anyone else
encountering this in another GitHub issue:
```
Exception: Failed to run plantuml: [Errno 2] No such file or directory: 'plantuml'
make: *** [serve] Error 1
```

But in the spirit of FOSS Friday, I wanted to get a PR up anyways. I was at
least able to determine a cascading set of version number dependencies and I
don't want to lose that effort.

Cheers!
2023-05-05 13:17:00 -06:00
dependabot[bot]
fe4b66355c
⬆️ Bump future from 0.18.2 to 0.18.3 in /docs/mkdocs (#3934)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08 13:41:44 +01:00
Niels Lohmann
a2f0593649
Upgrade Python packages (#3891) 2022-12-19 07:25:05 +01:00
dependabot[bot]
ea870ea247
Bump certifi from 2022.6.15 to 2022.12.7 in /docs/mkdocs (#3872)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-11 09:19:46 +01:00
dependabot[bot]
a3e6e26dc8
Bump joblib from 1.1.0 to 1.2.0 in /docs/mkdocs (#3781)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-02 11:55:39 +02:00
Niels Lohmann
b0422f8013
🚑 fix documentation job 2022-08-05 23:09:55 +02:00
Niels Lohmann
7b6cf5918b
Documentation change (#3672)
Co-authored-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
2022-08-05 19:51:39 +02:00
Niels Lohmann
98d70d4676
Publish documentation on push to develop branch (#3660)
👷 add job to publish the documentation
2022-08-03 22:28:26 +02:00
Florian Albrechtskirchinger
e3095f636f
Add operator<<(json_pointer) (#3601)
* Add operator<< for json_pointer

* Deprecate json_pointer::operator string_t()

* Update documentation

* Move operator<<(basic_json) example

* Add example

* Add mkdocs-redirects

* Move operator<< and operator>> doc pages out of basic_json/

* Rename JSON pointer operator_string to operator_string_t

* Add unit test
2022-07-28 22:12:23 +02:00
Niels Lohmann
b21c345179
Reorganize directories (#3462)
* 🚚 move files
* 🚚 rename doc folder to docs
* 🚚 rename test folder to tests
2022-05-01 09:41:50 +02:00