Skip to content

Commit

Permalink
fix errors in doc build (#2623)
Browse files Browse the repository at this point in the history
  • Loading branch information
SabotageAndi committed Jul 20, 2022
1 parent ddab6a3 commit dfd8361
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Bindings/SpecFlow-Assist-Helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ Examples on implementing these interfaces can be found as follows:
### Configuration

Some built in classes support configuration to adjust the default behaviour.
- [DateTimeValueRetriever](../../TechTalk.SpecFlow/Assist/ValueRetrievers/DateTimeValueRetriever.cs) and [DateTimeOffsetValueRetriever](../../TechTalk.SpecFlow/Assist/ValueRetrievers/DateTimeOffsetValueRetriever.cs) have a static DateTimeStyles property to adjust the style used to parse date times.
- [DateTimeValueRetriever](https://github.com/SpecFlowOSS/SpecFlow/blob/master/TechTalk.SpecFlow/Assist/ValueRetrievers/DateTimeValueRetriever.cs) and [DateTimeOffsetValueRetriever](https://github.com/SpecFlowOSS/SpecFlow/blob/master/TechTalk.SpecFlow/Assist/ValueRetrievers/DateTimeOffsetValueRetriever.cs) have a static DateTimeStyles property to adjust the style used to parse date times.

Example of usage:
``` csharp
Expand Down
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ sphinx-rtd-theme
sphinx_copybutton
recommonmark>=0.6,<1.0
sphinx-tabs
docutils<0.18
docutils<0.18
markdown<3.4.0
2 changes: 1 addition & 1 deletion docs/vscode/vscode-debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Next, you will have to choose the project you want to debug. Select the project

**3-** Open a new Terminal and enter the below into the terminal and hit Enter to set it up for debugging:

``` csharp
``` powershell
$env:VSTEST_HOST_DEBUG=1
```

Expand Down

0 comments on commit dfd8361

Please sign in to comment.